Re: How to troubleshoot 401 error when connecting using NetworkCre
- From: "Henning Krause [MVP]" <newsgroups.remove@xxxxxxxxxxxxxxxxx>
- Date: Wed, 29 Mar 2006 10:45:35 +0200
Hello,
For digest authentication to work, the passwords of the user accounts must
be stored using reversible encryption. At least, this is true for IIS 5.
Don't know if this problem is solved in IIS 6, though.
See http://support.microsoft.com/default.aspx?scid=kb;en-us;222028
Greetings,
Henning Krause
"Joe" <Joe@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:879099E3-0052-4575-8EE1-73D9258C54E4@xxxxxxxxxxxxxxxx
Thanks for responding.
which version of IIS is this??
My dev machine is running XP Pro SP1, which I think is IIS 5.1.
But in production I will be using W2003, so IIS6.
in IIS6, digest auth only works against domain accounts by default -
I am using a domain account: i.e. I am instantiating a NetworkCredential
object using a username, password and domain.
why are you using digest? to get around SSL??
You HAVE to enable SSL - regardless of the authentication method -
otherwise
all your communication will be clear text.
My understanding from the IIS documentation is that digest authentication
does *not* transmit credentials in clear text - which is why I want to use
it
rather than basic. The application is intended for use in an Intranet
environment and SSL seems overkill.
Basically I want to be able to connect to a remoting server or web
service
using credentials other than those of the current user; avoid sending
credentials in clear text; and avoid the overkill of using SSL (needing a
certificate on the server etc).
.
- Follow-Ups:
- Re: How to troubleshoot 401 error when connecting using NetworkCre
- From: Dominick Baier [DevelopMentor]
- Re: How to troubleshoot 401 error when connecting using NetworkCre
- References:
- Re: How to troubleshoot 401 error when connecting using NetworkCredent
- From: Dominick Baier [DevelopMentor]
- Re: How to troubleshoot 401 error when connecting using NetworkCredent
- Prev by Date: Re: How to troubleshoot 401 error when connecting using NetworkCre
- Next by Date: Re: if I encrypt key data why do I want or need SSL?
- Previous by thread: Re: How to troubleshoot 401 error when connecting using NetworkCredent
- Next by thread: Re: How to troubleshoot 401 error when connecting using NetworkCre
- Index(es):
Relevant Pages
|