Ask a Question related to ASP.NET Security, Design and Development.
-
Tom O'Connell via .NET 247 #1
ISA Server Digest Authentication Problems
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.domai n);
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.
--------------------------------
From: Tom O'Connell
-----------------------
Posted by a user from .NET 247 ([url]http://www.dotnet247.com/[/url])
<Id>OeGlDQvR1UyVt7U7fe4ZYQ==</Id>
Tom O'Connell via .NET 247 Guest
-
WebDav with Digest Authentication - Apache
I am using Contribute 3 Demo on OS X trying to connect through WebDAV i read this "Contribute 3 includes the ability to connect to WebDAV... -
Problems with Authentication
I used Visual Studio's copy project to copy a web application from our development box to a QA box. Everything is working fine on the dev box but... -
User Authentication problems
hi everyone i am using a php site and i have been trying to implement user authentication by completing the macromedia tutorial "Macromedia -... -
LWP Problems (Authentication?)
Ok. Now I am getting a 401 Authorization Required reply. But I am 100% positive I am submitting a valid username and password. "Tulan W. Hu"... -
debian-user-digest Digest V2003 #2112
> For Logitech PS2 mice, you should try uisng the MouseManPlusPS/2 protocol. Here is a snippet from my XF86Config-4 Section "InputDevice"...



Reply With Quote

