ISA Server Digest Authentication Problems

  • Thread starter Tom O'Connell via .NET 247
  • Start date
T

Tom O'Connell via .NET 247

Hello all,

I have found your forums very helpful, but now I have a questionit seems has not been encountered (or I can't find it). I havea client that attaches itself to a webservice on startup. Thisclient looks for a proxy error and launches a proxy dialog togarner information from the user. I then pass this info usingthe proxy object, but I cannot seem to get past the proxy serverwhen it is using digest authentication. Here is a sample of thecode I am using:

*********************************************

WebProxy proxyObject = new WebProxy();
proxyObject = WebProxy.GetDefaultProxy();
NetworkCredential myCred = newNetworkCredential(p.username,p.password,p.domain);
proxyObject.Credentials = myCred;
GlobalProxySelection.Select = proxyObject;

*********************************************

This code works fine for both Integrated and BasicAuthentication. Anyone know what's up? I would be extremelyappreciative of your help.
 

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,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top