其实很简单在IIS6下面能正常运行的Web.config里添加:
<system.webServer>
  <validation validateIntegratedModeConfiguration="false"/>
  <modules>
      <add name="..." type="..."/>
  </modules>
  <handlers accessPolicy="Read, Write, Script, Execute">
      <add path="..." name="..." type="..." verb="..." />
  </handlers>
 </system.webServer>

相关文章:

  • 2021-12-17
  • 2021-08-06
  • 2022-12-23
  • 2022-02-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-28
  • 2022-02-13
  • 2021-05-15
  • 2022-12-23
  • 2021-07-24
相关资源
相似解决方案