Hi there.
I have a asp.net website that has a .asmx service and few methods on it. The site is protected with basic authentication. I have another website that will make a REST call to my web service. Since the web service is protected by basic authentication how
could my second site send the authentication information so that it may access the web service?
Thanks in advance.
Go to the complete details ...