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 [...]

13 May 2011 0 Comments

Changing file upload limits in ASP.NET on IIS 7 or greater

When uploading files greater than 28.6 MB (30000000 Bytes) with ASP.NET on IIS 7.5 using SWFUpload I’m getting this error: There has been an I/O Error: Error #2038

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.