Go to home page mail me! RSS Feed
FoxMetrics Web Analytics

February 2011 Entries

Running IIS 7 in 32-bit mode

Its all nice and good when you are running all your websites in 64-bit, however, there are times when you need to run certain websites in 32bit – such as when you have a third party library that just doesn’t play nice in 64-bit. There are several workarounds - well, you can start by re-installing your OS in 32-bit, you could run the website in a 32-bit mode virtual machine, however, my favorite is to run IIS in 32-bit mode and here is how you do it. IIS PowerShell Provider set-itemproperty iis:\ -name applicationPoolDefaults.enable32BitAppOnWin64 -value true Command...

posted @ Wednesday, February 02, 2011 3:02 PM | Feedback (0)

Next entries »