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

0 comments

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

Error: Microsoft.Jet.OLEDB.4.0 Provider Is Not Registered

0 comments
This error deals using Microsoft Access as a database for a program that is running under Windows 7 64-bit.

Microsoft Access does not run on a 64-bit platform which led to this error.

We just have to force the program to run in both 32-bit and 64-bit platform.

Here's how.

Click the window icon located at the lower left and type INETMGR.

From the IIS manager, select the Application pools. Select both pools than click advance settings located at the right side.

Once clicked, switch the "Enable 32-bit application" to TRUE.

And viola, that's it.


  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS