Question:You wish to write 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 Make sure the ScriptHandlerFactory is registered for your Web site inside the Web
.config file.C Add a ScriptManager class to your Web page. Set the ServiceReference to point to
the .asmx Web service.D Make sure your Web page and service are in the same domain.
+ AnswerA B C D
+ Report