Monday, November 8, 2010

Type mismatch Error Trying To SET the Property: Enable32BitAppOnWin64

Following command will help to enable the IIS 6 for 32 bit applications.

Open a command prompt and navigate to the %systemdrive%\Inetpub\AdminScripts directory.

Type the following command:

cscript adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 True

you can also use following

cscript adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 1


to revert

cscript adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 0

2 comments:

Salman Awan said...

Thanks, it saved me a lot of trouble.

Anonymous said...

It true but i still cannot use my 32 bit application in windows 64 bit
computer still says the 'microsoft.jet.4.0.oledb' provider is not registered on the local machine
please help me !!