How do I secure ASP.NET web service to only allow relative path calling?
- by TruMan1
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 same application, such as relative/absolute path restrictions?