I developed a Web service for my Asp.net project. Right now, I am accessing the service through JavaScript by including the Service in ScriptManager
. However, I am looking to eliminate the need for a ScriptManager
so that I can utilize it on any HTML page without restriction.