How can you obtain the debug version of JavaScipt service?

Exhibit:
<script typeetext/javaScript src=”Services/PassGuideService.svc/js”/>
There is a resful WCF (Windows Communication Foundation) service PassGuideService.
PassGuideService is hosted by the ASP.NET application PassGuideApp.
PassGuideApp hosts PassGuideService at location /Services/PassGuideService.svc.
Client access PassGuideService through a JavaScript resource.
See exhibit for an explicit page markup reference to PassGuideService.
How can you obtain the debug version of JavaScipt service? Select two or three.

Exhibit:
<script typeetext/javaScript src=”Services/PassGuideService.svc/js”/>
There is a resful WCF (Windows Communication Foundation) service PassGuideService.
PassGuideService is hosted by the ASP.NET application PassGuideApp.
PassGuideApp hosts PassGuideService at location /Services/PassGuideService.svc.
Client access PassGuideService through a JavaScript resource.
See exhibit for an explicit page markup reference to PassGuideService.
How can you obtain the debug version of JavaScipt service? Select two or three.

A.
Use <%@Page%> header..

B.
Use the src attribute…

C.
Use <%@ ServiceHos %> header for /Services/PassGuideService.sv..

D.
..in the script tag..

E.
..and set debug attribute to true.

F.
..and set debug attribute to false.

G.
..and append debug to it.

Explanation:



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Stas

Stas

the correct answer is CE