S
Sau
Hi, I have got a web appl in ASP.NET 2.0 which in turn calls a web service
(wrtten in .NET 2.0) residing in the same machine. While calling the web
service i get the below error in the web appl. I have deployed this appl in a
server.
The request failed with HTTP status 407: Proxy Authentication Required ( The
ISA Server requires authorization to fulfill the request. Access to the Web
Proxy service is denied. ).
at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
Some points to note are:
- The web application and the web service run under a common application pool
- The application pool is running under a common domain level service account
- Both the web appl and the web service are set as separate virtual
directories under two separate websites
- Both these web sites use separate DNS Host entries and are running on
Port 80
- Both the sites using Windows Integrated Auth.Anonymous Auth is turned off.
The same code base is working absolutely fine on a separate server with
similar configurations made.
Any pointers on what should be crosschecked in the configurations. Am pretty
sure this should not be a code issue.
Thanks
(wrtten in .NET 2.0) residing in the same machine. While calling the web
service i get the below error in the web appl. I have deployed this appl in a
server.
The request failed with HTTP status 407: Proxy Authentication Required ( The
ISA Server requires authorization to fulfill the request. Access to the Web
Proxy service is denied. ).
at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
Some points to note are:
- The web application and the web service run under a common application pool
- The application pool is running under a common domain level service account
- Both the web appl and the web service are set as separate virtual
directories under two separate websites
- Both these web sites use separate DNS Host entries and are running on
Port 80
- Both the sites using Windows Integrated Auth.Anonymous Auth is turned off.
The same code base is working absolutely fine on a separate server with
similar configurations made.
Any pointers on what should be crosschecked in the configurations. Am pretty
sure this should not be a code issue.
Thanks