Re: ASP.NET Security/Authentication question
From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 03/17/05
- Next message: Pril: "Re: Web form w/ Access DB Security"
- Previous message: Guest: "Error while trying to debug"
- In reply to: Terry: "ASP.NET Security/Authentication question"
- Next in thread: Terry: "Re: ASP.NET Security/Authentication question"
- Reply: Terry: "Re: ASP.NET Security/Authentication question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 17 Mar 2005 11:49:49 -0800
Hello Terry,
at first - ask yourself the following question: will my users be stored as
Windows accounts (AD or SAM) - or will they be stored in a custom store (e.g.
SQL Server)
if Windows - set <authentication mode="Windows" /> and make yourself familiar
with IIS authentication types
if Customer - set <authentication mode="Forms" /> and make yourself familiar
with Forms Authentication
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> I am a newbie on ASP.NET.
> I am creating an asp.net application (with C#) which will have a
> number of
> screens.
> The backend database for this app is SQL Server.
> The user is required to login and we have to be able to control which
> users
> have access to which screens and if they have read only or update
> access.
> I have just started reading about the different types of
> authentication for
> asp.net.
> Can anyone provide me with some direction as the best way to proceed.
> Terry
>
- Next message: Pril: "Re: Web form w/ Access DB Security"
- Previous message: Guest: "Error while trying to debug"
- In reply to: Terry: "ASP.NET Security/Authentication question"
- Next in thread: Terry: "Re: ASP.NET Security/Authentication question"
- Reply: Terry: "Re: ASP.NET Security/Authentication question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|