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

  • Sharebar

To enable 32 bit apps to run:

1.Go to command prompt and navigate to  %systemdrive%InetpubAdminScripts

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.NETFrameworkv1.1.4322 

3. Type aspnet_regiis /i

 

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *

*


*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Follow Me