An AccesstorestrictedURIdenied error occurs during ajax calling. Check whether cross-site access is allowed? Refer to this discussion: stackoverflow. comquestions51283access-to-restricted-uri-denied-code-10122, if it is a local resource access, you need to pay attention to the windows
When ajax is called, an Access to restricted URI denied error occurs. Check whether cross-site Access is allowed? Refer to this discussion: http://stackoverflow.com/questions/51283/access-to-restricted-uri-denied-code-1012 2. If it is a local resource access, you need to pay attention to the windows
When ajax is called, the error "Access to restricted URI denied" appears. Check the following:
1. Cross-site access? Refer to the following discussion:
Http://stackoverflow.com/questions/51283/access-to-restricted-uri-denied-code-1012
2. If you access local resources, you must note that the file path of windows cannot be used as the web Service path.
Check the web root directory, and check whether the URI is relative to the web root directory and accessible (including user permissions)
Iefreer