[jQuery] Access denied when calling webservice method using jquery

[jQuery] Access denied when calling webservice method using jquery


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