User-1713431732 posted
How should this be done. I have several ASMX pages properly set up with web service attributes. From a seperate application, I can easily call these with JQuery with no issues. However, each example I see for calling one of these using
the Microsoft Ajax controls seems to require that the asmx page be in the same project/application as the client calling it. Is it possible using the Microsoft Ajax controls to call an asmx web service in another application? If so, how is that
done?