32 Bit ASP.NET applications on IIS 7.0
Here’s the short version: IIS 7.0, much like IIS 6.0 has problems with 32 bit applications running on IIS 7.0 (Windows 2008) on native 64 bit machines. The fix is much easier than IIS 6.0 though. So if you want to run a 32 bit ASP.NET application under IIS 7.0 (x64), do the following: Open…