我的os是Win7 64位,因为开发的一个应用程序使用了非dot net 的32 位的dll。

经常出现无法装载****.dll的问题。

下面的命令让IIS 7支持32位的应用程序:

cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1

 

 

相关文章:

  • 2021-11-22
  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-13
  • 2022-01-16
  • 2021-11-12
  • 2022-12-23
  • 2021-10-23
相关资源
相似解决方案