windows authentication..

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • msnews.microsoft.com

    windows authentication..

    Hi
    I'm stuck with a user authentication issue and desperately need some help.
    here's the situation - I have a web application where all the users in the
    domain have access to the pages. Except an edit page -
    edit_employee.a spx,only the users in the custom admin group (-
    domain_name\web app_admin) have access to it. So if anyone navigates to the
    url;
    http://webserver_nm/mywebapp/Employee/edit_emp.aspx

    the user is prompted with a window logon screen. All has been working well
    all this time, however, recenlty I created a new user and added it to the
    webapp_admin group. But this user logon does not work with the above
    security settings and is prompted for login. If I try entering a wrong
    password too , the account does not lock out neither the login is
    recongnised for a correct pwd.

    Am I missing something?


  • Tomas McGuinness

    #2
    Re: windows authentication. .

    Hi,

    How have you secured this file? Is it secured via a location tag under the
    web.config or have you got some code under the Page_Load to check the users
    role?

    Tom


    "msnews.microso ft.com" <.net user> wrote in message
    news:%23Bik0u1j DHA.1728@TK2MSF TNGP11.phx.gbl. ..[color=blue]
    > Hi
    > I'm stuck with a user authentication issue and desperately need some help.
    > here's the situation - I have a web application where all the users in the
    > domain have access to the pages. Except an edit page -
    > edit_employee.a spx,only the users in the custom admin group (-
    > domain_name\web app_admin) have access to it. So if anyone navigates to[/color]
    the[color=blue]
    > url;
    > http://webserver_nm/mywebapp/Employee/edit_emp.aspx
    >
    > the user is prompted with a window logon screen. All has been working well
    > all this time, however, recenlty I created a new user and added it to the
    > webapp_admin group. But this user logon does not work with the above
    > security settings and is prompted for login. If I try entering a wrong
    > password too , the account does not lock out neither the login is
    > recongnised for a correct pwd.
    >
    > Am I missing something?
    >
    >[/color]


    Comment

    • yyt

      #3
      Re: windows authentication. .

      The web.config has the code to allow only users of the group
      "domain_name\we bapp_admin"
      again, the authentication works for all the users except this new user accnt
      that was created on the domain.

      "Tomas McGuinness" <tomas@chewedpe ncil.net> wrote in message
      news:#DwGeH2jDH A.2592@TK2MSFTN GP10.phx.gbl...[color=blue]
      > Hi,
      >
      > How have you secured this file? Is it secured via a location tag under the
      > web.config or have you got some code under the Page_Load to check the[/color]
      users[color=blue]
      > role?
      >
      > Tom
      >
      >
      > "msnews.microso ft.com" <.net user> wrote in message
      > news:%23Bik0u1j DHA.1728@TK2MSF TNGP11.phx.gbl. ..[color=green]
      > > Hi
      > > I'm stuck with a user authentication issue and desperately need some[/color][/color]
      help.[color=blue][color=green]
      > > here's the situation - I have a web application where all the users in[/color][/color]
      the[color=blue][color=green]
      > > domain have access to the pages. Except an edit page -
      > > edit_employee.a spx,only the users in the custom admin group (-
      > > domain_name\web app_admin) have access to it. So if anyone navigates to[/color]
      > the[color=green]
      > > url;
      > > http://webserver_nm/mywebapp/Employee/edit_emp.aspx
      > >
      > > the user is prompted with a window logon screen. All has been working[/color][/color]
      well[color=blue][color=green]
      > > all this time, however, recenlty I created a new user and added it to[/color][/color]
      the[color=blue][color=green]
      > > webapp_admin group. But this user logon does not work with the above
      > > security settings and is prompted for login. If I try entering a wrong
      > > password too , the account does not lock out neither the login is
      > > recongnised for a correct pwd.
      > >
      > > Am I missing something?
      > >
      > >[/color]
      >
      >[/color]


      Comment

      Working...