jquery - Calling .NET 4.0 web service from ASP.NET 4.0 application generates a 403.1 error due to execute permissions -


i have created web service in .net 4.0 framework asp.net 4.0 site. both hosted on same server different sites. can access both sites no issues , invoke web service methods no problem itself. when try call web service asp.net page using jquery's ajax function generates error 403.1 execute permissions denied. confused cause this. running in iis 6 on server 2003. debugging calls fiddler2. appreciated

issue due cross domain access, primary domain name same however, sub domain name different. jquery's ajax function not cross domain calls.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -