A WCF web service with the right class and method attributes can be accessed as a JavaScript file in a script tag. That is:
<script type=".." src="http://someserver/someservice.wcs/js"></script>
Is it possible to do the same thing with System.Web.ApplicationServices.AuthenticationService
?
I'm creating a PhoneGap application developed in static HTML/JavaScript, so I cannot use the script manager.