RSS
Welcome to IT Noobs Corner, your online source for basic and advanced computer tricks and tutorials made especially for noobies in computer / IT world.

Error:Failed to find ASP.Net Registration with Microsoft IIS

Monday, February 21, 2011

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 :)
  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 comments:

Post a Comment