在 asp.net 1.1 的 machine.config 里加一个节处理器的配置如下:

<section name="system.webServer" type="System.Configuration.IgnoreSectionHandler,

    System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />

加在 </configSections> 结束前即可。

machine.config 的位置在 %windir%\Microsoft.NET\Framework\v1.1.4322\config\machine.config

相关文章:

  • 2022-12-23
  • 2021-06-09
  • 2022-12-23
  • 2022-12-23
  • 2021-12-28
  • 2022-01-05
  • 2021-11-19
  • 2021-09-24
猜你喜欢
  • 2022-12-23
  • 2021-12-05
  • 2021-12-05
  • 2021-11-30
  • 2022-12-23
  • 2021-12-23
相关资源
相似解决方案