windows authentication..

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default 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.aspx,only the users in the custom admin group (-
    domain_name\webapp_admin) have access to it. So if anyone navigates to the
    url;
    [url]http://webserver_nm/mywebapp/Employee/edit_emp.aspx[/url]

    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?


    msnews.microsoft.com Guest

  2. Similar Questions and Discussions

    1. Windows Authentication
      I have an asp app that will be used primarily within an intranet. Windows Authentication seems to work well for this. On occassion a user using...
    2. Windows authentication in 3
      Hi all. I'm designing a system consists of 3 parts: 1.asp.net web client app 2. web service router using Web service enhancements 2.0 3....
    3. ASP.NET Authentication and Windows Authentication
      Hello, I'm developing a web application that will run on an Intranet. I'll use Windows Authentication, so users can access the application...
    4. Windows Authentication - what happens when it's not available?
      Hi I'm developing an Intranet system for a client, and am looking at using Windows Authentication, so that the network users don't have to log...
    5. Forms authentication with Windows authentication
      Hi, I have an ASP.NET web site that uses IIS Basic Authentication and accesses an OLAP Server at various stages. The OLAP Server authentication...
  3. #2

    Default 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.microsoft.com" <.net user> wrote in message
    news:%23Bik0u1jDHA.1728@TK2MSFTNGP11.phx.gbl...
    > 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.aspx,only the users in the custom admin group (-
    > domain_name\webapp_admin) have access to it. So if anyone navigates to
    the
    > url;
    > [url]http://webserver_nm/mywebapp/Employee/edit_emp.aspx[/url]
    >
    > 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 Guest

  4. #3

    Default Re: windows authentication..

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

    "Tomas McGuinness" <tomas@chewedpencil.net> wrote in message
    news:#DwGeH2jDHA.2592@TK2MSFTNGP10.phx.gbl...
    > 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.microsoft.com" <.net user> wrote in message
    > news:%23Bik0u1jDHA.1728@TK2MSFTNGP11.phx.gbl...
    > > 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.aspx,only the users in the custom admin group (-
    > > domain_name\webapp_admin) have access to it. So if anyone navigates to
    > the
    > > url;
    > > [url]http://webserver_nm/mywebapp/Employee/edit_emp.aspx[/url]
    > >
    > > 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?
    > >
    > >
    >
    >

    yyt Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139