I got this error upon installing SQL Server 2005 Developer Edition on Windows 7 Ultimate.
Internet Information Services in Windows x64 is 64-bit. This means, if you want to run 32-bit ISAPI DLLs with IIS6 on Windows x64, you'll need to apply a small tweak.
To solve the problem, follow these steps.
1.) Click on the lower part(window icon) and type cmd.
2.) Right click on the command prompt and select "Run as Administrator".
3.) From the command prompt, type cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1.
This will enable all your 32-bit Application pools.
Enjoy :)
Error:Failed to find ASP.Net Registration with Microsoft IIS
Labels: Programming, Windows 7 ErrorMonday, February 21, 2011
Subscribe to:
Post Comments (Atom)





0 comments:
Post a Comment