1. Put IIS into 32-bit mode by running the following command:

cscript %systemdrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
2. Register the 32-bit ASP.NET by running the following command from your framework \v2.0.xxxxxx location, for example, in C:\WINNT\Microsoft.NET\Framework\v2.0.xxxxxx:
aspnet_regiis.exe -i –enable

相关文章:

  • 2022-01-01
  • 2021-12-05
  • 2021-09-01
  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-22
  • 2021-07-16
  • 2021-09-20
  • 2022-12-23
相关资源
相似解决方案