ASP.NET - Webservice not being called from javascript
- by Robert
Ok I'm stumped on this one.
I've got a ASMX web service up and running. I can browse to it (~/Webservice.asmx) and see the .NET generated page and test it out.. and it works fine.
I've got a page with a Script Manager with the webservice registered... and i can call it in javascript (Webservice.Method(...)) just fine.
However, I want to use…