Network Credentials not passing in Authentication mode
From: Steve (steve.cimino_at_ticketmaster.com)
Date: 01/26/04
- Next message: Derek Slager: "Re: Where to store your salt"
- Previous message: Douglas J. Badin: "Re: Can I pass ASP Basic Auth Credentials to an APS.NET Forms Authentication site?"
- Next in thread: Ken Schaefer: "Re: Network Credentials not passing in Authentication mode"
- Reply: Ken Schaefer: "Re: Network Credentials not passing in Authentication mode"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 26 Jan 2004 09:11:58 -0800
All --
I've set up a directory where I simply want to know the person's name
when he comes into the directory. I've set up the following:
* Uncheck allow anon in IIS
* Uncheck basic authentication
* Check 'Use windows authentication'
My web.config file looks as follows:
<configuration>
<system.web>
<authentication mode="Windows" />
<authorization>
<allow users="*" />
</authorization>
</system.web>
</configuration>
However, I cannot get to the page -- there's no error being thrown.
It seems that it just ignores everything. Checking the IIS logs shows
that a 401 has been issued, but there's no message sent to the user.
The physical folder has 'Everyone' with read permissions. All I want
is the user's DOMAIN\name sent to me so I can do something with it,
but it doesn't seem it's being passed.
Any ideas?
- Next message: Derek Slager: "Re: Where to store your salt"
- Previous message: Douglas J. Badin: "Re: Can I pass ASP Basic Auth Credentials to an APS.NET Forms Authentication site?"
- Next in thread: Ken Schaefer: "Re: Network Credentials not passing in Authentication mode"
- Reply: Ken Schaefer: "Re: Network Credentials not passing in Authentication mode"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|