...The ISA Server requires authorization to fulfill the request...

C

Craig Buchanan

I recently published a web service that works on my workstation to my ISP.
I have no authenication restrictions on the site, nor do i have restricitons
on the web service itself (<authentication mode="None"/>). I am behind a
corporate firewall, however.

In the process of changing the test harness' WebReferences to use the
newly-published webservice, I get an authentication dialog, which responds
to my ISP credentials, rather than my corporate credentials. Moreover, when
I try to run the harness, it fails with a message that reads:

The request failed with HTTP status 407: Proxy Authentication Required ( The
ISA Server requires authorization to fulfill the request. Access to the Web
Proxy filter is denied. ).

What setting is (or lack of a setting) is causing this authentication
request?

Thanks for your time,

Craig Buchanan
 
C

Craig Buchanan

Found my solution:

Needed to add code to connect to our corporate firewall.

Dim proxy As WebProxy = New WebProxy("proxy.company.com:80")
proxy.Credentials = CredentialCache.DefaultCredentials
Dim _Service As MyWebservice = new MyWebservice()
_Service.Proxy = proxy
 

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

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top