Looking to deploy the Atlas Framework to our production environment and I realized their registration script for the http handler only registers the script on the first site (site ID 1). Since we have multiple sites I thought I'd through together a more robust registration script based on my previous blog entry that I thought I'd share: 1 Option Explicit 2 Dim WMIService, ApplicationPool, ApplicationPools, Applications, index, VirtualDirectorySettings 3 Dim ApplicationName, ScriptMap, FoundMapping,...
Ever get the following error? “It is not possible to run two different versions of ASP.NET in the same IIS process. Please use the IIS Administration Tool to reconfigure your server to run the application in a separate process.” And of course you don't want to spend all day going through the IIS MMC dialog boxes on a web server with a large number of applications....