Re: Network Credentials not passing in Authentication mode
From: Steve (steve.cimino_at_ticketmaster.com)
Date: 01/27/04
- Previous message: selen: "word access right"
- In reply to: Ken Schaefer: "Re: Network Credentials not passing in Authentication mode"
- Next in thread: Shriop: "Re: Network Credentials not passing in Authentication mode"
- Reply: Shriop: "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: 27 Jan 2004 06:44:29 -0800
Hi Ken, thanks for the reply.
No, I'm not using any basic authentication and prompting the user for
the name/password. I'm trying to grab what they've already logged
into the network with. This was a piece of cake in classic ASP, but
I'm still having difficulties getting this to work.
I also have under IIS the directory listed as an application, not as a
virtual directory. Is there any other information I can provide you?
Thanks --
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message news:<#joLnWH5DHA.1592@TK2MSFTNGP10.phx.gbl>...
> Are you using a pop-up window in your browser asking you for a
> username/password?
>
> Cheers
> Ken
>
> "Steve" <steve.cimino@ticketmaster.com> wrote in message
> news:b74b67c3.0401260911.204e16ca@posting.google.com...
> : 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?
- Previous message: selen: "word access right"
- In reply to: Ken Schaefer: "Re: Network Credentials not passing in Authentication mode"
- Next in thread: Shriop: "Re: Network Credentials not passing in Authentication mode"
- Reply: Shriop: "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
|
|