Authentication Error Message, help plzz :(

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

There's a problem in my application that calls a remote web service's method,
when it tries to connect to the webservice it displays this error:
"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. "

How the hell can i connect to the remote webservice ?
Thank you so much in advance.
 
Thanx alot for the valuable info. but i have a question about this line (that
you've included) : IWebProxy proxyObject = new WebProxy("http://isaproxy:80",
true);­
should i replace the "isaproxy" with the ISA Server Address on my LAN ? and
what about the post 80 ??
 
Hello, Mr.!

should i replace the "isaproxy" with the ISA Server Address on my LAN ? and
what about the post 80 ??

Yes, replace it with servername or ip address of isa server, and port must be the same that ISA uses.
If you have internet connection configures through that proxy you can watch it into Internet Explorer connection settings
--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Back
Top