Does the script service means creating a webservice in asp.net?
A:
Yes - except you should indicate that web service will be used from java script by tagging the class with ScriptService attribute (this enables JSON serialization on the end point).
VinayC
2010-08-24 11:46:15