Downgrading IIS from 64 bit to 32 bit after reinstalling ASP.NET 2.0

To enable 32 bit apps to run:

1.Go to command prompt and navigate to  %systemdrive%\Inetpub\AdminScripts

2.Run the command cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 “true”

 

 

Next to reinstall ASP.NET 2.0.x

1.Go to command prompt

2.Navigate to C:\%WINDIR%\Microsoft.NET\Framework\v1.1.4322 

3. Type aspnet_regiis /i

 

 

 

Be the first to comment

Leave a Reply

Your email address will not be published.


*