分别在Web.config配置文件的<httpHandlers></httpHandlers>和<handlers></handlers>节中添加以下两行:

      <add verb="GET" path="ScriptResource.axd" type="Microsoft.Web.Handlers.ScriptResourceHandler" validate="false"/>

      <add verb="GET" path="ScriptResource.axd" type="Microsoft.Web.Handlers.ScriptResourceHandler" validate="false"/>

相关文章:

  • 2022-02-25
  • 2021-08-22
  • 2021-07-17
  • 2021-10-30
  • 2021-12-27
  • 2021-11-16
  • 2022-01-21
  • 2022-12-23
猜你喜欢
  • 2021-05-16
  • 2022-12-23
  • 2022-02-23
  • 2022-12-23
  • 2021-12-04
相关资源
相似解决方案