How to set Microsoft IIS to 32bit on 64bit server

  • go to %systemdrive%\Inetpub\AdminScripts
  • run cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 1
  • go to  C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
  • run IIS installer aspnet_regiis.exe -i
  • Allow 'ASP.NET v2.0.50727 (32-bit)' under Internet Information Services/Web Service Extensions
  • Disable 'ASP.NET v2.0' if exists (this is 64bit version)
  • Restart IIS

Comments

Popular posts from this blog

Parse XML to dynamic object in C#

C# Updating GUI from different thread