can you post some code? it's hard to offer suggestions with nothing more than an error code to analyze...
although I'd bet you're calling your webservice via Ajax, and that the service is not on the same domain. if this is the case, you'll need to either: a) move the service to the same domain as the calling page, or b) use JSONP (not Ajax) to call the webservice. On Aug 13, 5:01 am, dinesh <dinesh.vast...@gmail.com> wrote: > Hi All... > > I want to call C# method from jquery. So, I placed those methods in > webservice and trying to call from jquery. But, it is giving an error > as shown below: > > Access to restricted URI denied" code: "1012 > > This is seen from the Firebug console. > Could any one help me? > > -Thanks