Ask a Question related to ASP.NET Security, Design and Development.
-
msnews.microsoft.com #1
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
-
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... -
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.... -
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... -
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... -
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... -
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.microsoft.com" <.net user> wrote in message
news:%23Bik0u1jDHA.1728@TK2MSFTNGP11.phx.gbl...the> 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> 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
-
yyt #3
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...users> 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 thehelp.> 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 somethe> > here's the situation - I have a web application where all the users inwell> 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> > url;
> > [url]http://webserver_nm/mywebapp/Employee/edit_emp.aspx[/url]
> >
> > the user is prompted with a window logon screen. All has been workingthe> > all this time, however, recenlty I created a new user and added it to>> > 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



Reply With Quote

