Re: help!! credentials stored in web.config vs in database
Tech-Archive recommends: Speed Up your PC by fixing your registry
Thanx for ur reply
"DKode":
> If i were you,
>
> put all the login information into a database. In the table that holds
> your usernames/passwords have an additional field that is marked by 0
> or 1 to differetiate between admins and normal users. This gets rid of
> the problem of having multiple different login pages etc..
>
> Then in your login.aspx, once the user is authenticated, check if they
> are an admin, if they are then redirect them to a different page (like
> your /admin/ folder)
>
> hope this helps.
>
> Sean
>
>
.
Relevant Pages
- Re: help!! credentials stored in web.config vs in database
... put all the login information into a database. ... your usernames/passwords have an additional field that is marked by 0 ... or 1 to differetiate between admins and normal users. ... (microsoft.public.dotnet.general) - Re: Logging in to Access
... Rick B ... > EVERYWHERE I open an access database, it asks me for login information!! ... (microsoft.public.access.security) - Logging in to Access
... but who have different levels of permission. ... EVERYWHERE I open an access database, it asks me for login information!! ... (microsoft.public.access.security) - Re: AXS2000: Create ADO connection to external database
... "Wolfgang Kreuzer" wrote in message ... The conection to the database I want to pass over is an ... session and not ask the user to enter the login information again. ... (microsoft.public.access.modulesdaovba) - Re: AXS2000: Create ADO connection to external database
... Best regards ... Alex Dybenko http://alexdyb.blogspot.comhttp://www.PointLtd.com ... The conection to the database I want to pass over is an ... session and not ask the user to enter the login information again. ... (microsoft.public.access.modulesdaovba) |
|