出现添加模块时报错:

IIS映射模块添加注意事项

这是需要打开路径:C:\Windows\System32\inetsrv\config下的applicationHost.config文件,删除掉相应的模块add标签再次执行添加语句:

appcmd install module /name:CSPms /image:C:/inetpub/CSPGateway/CSPms.dll /add:true /lock:true 这是即可看到模块再次被添加成功。

IIS映射模块添加注意事项

IIS映射模块添加注意事项

相关文章:

  • 2021-10-10
  • 2021-11-18
  • 2021-07-27
  • 2022-12-23
  • 2021-11-07
  • 2022-12-23
  • 2021-08-07
猜你喜欢
  • 2022-12-23
  • 2021-06-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-22
相关资源
相似解决方案