webconfig中检查突显节 
<!--
            The <authentication> section enables configuration
            of the security authentication mode used by
            ASP.NET to identify an incoming user.
        -->
     
<httpHandlers>
        <remove verb="*" path="*.asmx"/>
        <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
        <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
        <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>

      </httpHandlers>

相关文章:

  • 2021-07-19
  • 2021-05-16
  • 2021-08-24
  • 2021-09-26
  • 2021-10-30
  • 2021-07-22
猜你喜欢
  • 2022-02-15
  • 2022-12-23
  • 2021-07-17
  • 2021-08-22
  • 2022-02-25
  • 2021-08-13
  • 2022-12-23
相关资源
相似解决方案