Archive | IIS RSS feed for this section

Installing SSL on IIS w/ multiple sites

If the server has multiple IP addresses, when you specify port 443 for SSL, you can’t just accept the SSL identity for “All Assigned” you have to add an identity for the specific IP that is assocated with this domain (or add it to all IPs assigned to this machine). If you just leave the [...]

Leave a comment Continue Reading →

Debugging Permission Problems with IIS on Windows

If you’ve locked down your machine permissions you may occasionally run into strange permission errors when developing on IIS. With all the hundreds of files that can be loaded, finding the source of the problem can be a nightmare. One utility that I find very helpful for diagnosing problems, especially permission problems, is NT FileMon [...]

Leave a comment Continue Reading →