Re: Network Credentials not passing in Authentication mode

From: Steve (steve.cimino_at_ticketmaster.com)
Date: 01/27/04

  • Next message: Bill Belliveau: "Re: Framework v1.1 & LogonUser workaround"
    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?


  • Next message: Bill Belliveau: "Re: Framework v1.1 & LogonUser workaround"

    Relevant Pages

    • Unable to access OWA (public) after Exchg2003 SP1 install
      ... IIS logs show the following: ... Nothing else has been changed on the network except for the Exchange SP install. ...
      (microsoft.public.exchange.setup)
    • Re: Monitor IIS logs
      ... >>I am looking for some advice on monitoring IIS logs. ... and give you a visual way to see network traffic and spot attacks. ... LogParser is very powerful and a good recommendation for what you're ...
      (Security-Basics)