Server was unable to process request.

Posted by Naveen on Server Fault See other posts from Server Fault or by Naveen
Published on 2012-08-29T11:15:32Z Indexed on 2012/08/29 15:40 UTC
Read the original article Hit count: 139

I have a vb.net web application that talks to a web service. I get the following error if I try to connect to the web service.

System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. 

The strange thing is it is working fine on one of the set of servers and on another set of servers, we get this error.

The only notable difference between the servers is in the authentication setting in IIS. The server where the it works fine we have the ASP.Net Impersonation disabled, but on the other server I get an error the moment I disable the ASP.Net Impersonation.

© Server Fault or respective owner

Related posts about windows-server-2008-r2

Related posts about iis7.5