m1keread wrote:
So if I read you correctly, I can go into IIS Manager and restrict the sites that can call the web service. If this is correct, it is a much more elegant way of doing what I need to do.
That should work.
Also, if I understood you correctly,
HttpContext.Current.Request.UserHostAddress
should be the IP of the web site, not the client's browser -- because it is the website that is making the web service request to your web service.