Authentication Error Message, help plzz :(

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.
 
G

Guest

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 ??
 
V

Vadym Stetsyak

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top