401 error in calling web service
-
I am getting the following error when i call our webservice "The request failed with HTTP status 401: Unauthorized." However, this is only when the production server tries to access the web service. It works fine on my development machine. Here is my web.config file on the web service. Is it possible that the host of my production application has firewall settings that are preventing me from accessing the web service?
-
I am getting the following error when i call our webservice "The request failed with HTTP status 401: Unauthorized." However, this is only when the production server tries to access the web service. It works fine on my development machine. Here is my web.config file on the web service. Is it possible that the host of my production application has firewall settings that are preventing me from accessing the web service?
Asad Hussain wrote: Here is my web.config file on the web service. Where? It's not likely a firewall problem, as the response comes from the web server. As the web server is responding, the request must have reached it. Have you allowed anonymous access to the web service? --- b { font-weight: normal; }