Hi, Is there any way to restrict access to my (.NET) web service without modifying the actual web service code and/or the calling app? Basically, I have the web service on one subdomain and would like to be able to call it from different app in another subdomain, both on a same machine.
Regards,
Ondrej
Edit: Important information I forgot to mention. It is hosted by a hosting company so I was hoping there was something like a possibility to limit access in web config. If not I will have to talk to the hosting provider to do one of the things that have been proposed.