Ajax.NET SYS does not define error resolution _ Practical Tips

Source: Internet
Author: User
Check a lot of processing log, say is in web.config inside add what statement, is following these:
Copy Code code as follows:

< 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 "/ >


Found my web.config all have Ah! Oh, damn it! You copied me, I copy you!
Later, after many tests, the problem was found:
In IIS, the. Axd map
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
"Confirm file exists" This cancellation hook can be.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.