SSL
Handling URL Binding Failures in IIS Express
Created Jan 12, 2011 by vaidy_gopalakrishnan
.style1 { font-family: "Courier New", Courier, monospace; } Overview - IIS Express was designed to allow the most common web development and testing tasks to be performed without administrative privileges. For example, you can run a website...
Configuring One-to-One Client Certificate Mappings
Created Jun 5, 2008 by rlucero
Background - IIS 6 had a User Interface to configure and map one to one certificates for authentication. It allowed users to select the validation client certificate and assign the authorized user credentials. There isn't a similar UI in IIS 7...
Configuring SSL in IIS Manager
Created Feb 24, 2008 by iisteam
Enabling powerful SSL security to protect your Web applications is simpler to setup with IIS Manager and easier to deploy with self-signed certificates in IIS 7.0. This tutorial covers adding self-signed certificates, creating certificates with a...
Using FTP Over SSL in IIS 7
Created Jan 15, 2008 by iisteam
Compatibility - Version Notes IIS 7.5 The FTP 7.5 service ships as a feature for IIS 7.5 in Windows 7 and Windows Server 2008 R2. IIS 7.0 The FTP 7.0 and FTP 7.5 services were shipped out-of-band for IIS 7.0, which required downloading and...
How to Set Up SSL on IIS 7
Created Nov 22, 2007 by saad
Introduction - The steps for configuring Secure Sockets Layer (SSL) for a site are the same in IIS 7 and IIS 6.0, and include the following: Get an appropriate certificate. Create an HTTPS binding on a site. Test by making a request to the site...