Question:You want to create a web service and call it from client-side script. What actions should you take? (Choose all that apply.)
A Add the ScriptService attribute to the web service class.
B Write client-side JavaScript to call your service through a proxy object.
C Add a ScriptManager class to your webpage. Set the ServiceReference to point to the ASMX web service.
D Make sure that your webpage and service are in the same domain.
+ AnswerA B C D
+ Report