I have ASMX services for my web application that I would only like available to the same application.
Is there a way for the web service to only be accessible by the sam
Web services can be called by all sorts of code, not just code that's part of a web site. So, in general, there is no "calling URL".