Web.config

 <configuration>
   <system.webServer>
      <handlers>
        <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
        <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." 
             verb="GET,HEAD,POST,DEBUG,PUT,DELETE,OPTIONS" 
             type="System.Web.Handlers.TransferRequestHandler" 
             preCondition="integratedMode,runtimeVersionv4.0" />
      </handlers>
    </system.webServer>
</configuration>

 

相关文章:

  • 2022-12-23
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
  • 2021-10-07
  • 2021-06-24
  • 2022-12-23
  • 2021-06-30
猜你喜欢
  • 2021-08-31
  • 2021-10-17
  • 2021-06-05
  • 2021-11-17
  • 2018-03-21
  • 2021-10-13
  • 2022-12-23
相关资源
相似解决方案