Im trying to call a asp.net webservice from jQuery but I get the telling me that i need to set the System.Web.Script.Services.ScriptService(). The only problem is that i have set this in the webservice and it still complains?
The jQuery uses POST and application/json and iv inlcuded HttpPost and get in my web.config. What can the problem be???
Thx for any help!