8 February 2012 0 Comments

How to migrate multiple sites from IIS 6 to IIS 7

This is a quick guide on how to migrate all sites from IIS 6 to IIS 7. You can probably use the same commands to move sites from one IIS 7 to another. Everything will be migrated, including application pools, virtual directories, SSL certficiates etc. 1. Download and install Web Deployment Tool on both source [...]

7 December 2010 0 Comments

Error in IIS when adding secure binding because intermediate certificate is missing

Today when adding a secure binding to one of my sites in IIS 7, I got this error: One or more intermediate certificates in the certificate chain are missing. To resolve this issue, make sure that all of the intermediate certificates are installed. For more information, see http://support.microsoft.com/kb/954755.