Re: Use Roles with Forms auth ans SQL?
From: Mary Chipman (mchip@nomail.please)
Date: 02/16/03
- Next message: |{evin: "Re: Use Roles with Forms auth ans SQL?"
- Previous message: Dennis Rebentrost: "user account"
- In reply to: |{evin: "Use Roles with Forms auth ans SQL?"
- Next in thread: |{evin: "Re: Use Roles with Forms auth ans SQL?"
- Reply: |{evin: "Re: Use Roles with Forms auth ans SQL?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Mary Chipman <mchip@nomail.please> Date: Sun, 16 Feb 2003 14:38:05 -0500
A good resource for you would be the asp.net security best practices
whitepaper, which you can download from
http://www.microsoft.com/downloads/release.asp?ReleaseID=44047. It's
not trivial to set up database authentication in a safe manner, so I
don't think coffee alone is going to do it <g>.
-- Mary
MCW Technologies
http://www.mcwtech.com
On Sun, 16 Feb 2003 17:03:09 GMT, "|{evin" <You@dont.need> wrote:
>
> Greetings, I've been googling for about an hour now and I
>think I may be more confused than when I started. What I'd like to be
>able to do is (for simplicity's sake) the following:
>
>Have a SQL table, say 3 fields.. username, password, role
>Have 2 subdirectories.. say manage_tickets and user_maint
>
>Is it possible (and if so, some links or code snippets would be
>greatly appreciated) to be able to say that only people in the
>'technician' or 'admin' roles have access to the 'manage_tickets'
>folder and that only the 'admin' role has access to the 'user_maint'
>folder?
>
>I'd like to be able to manage user account from within the app, so
>hard-coding user names into the web.config looks to be out. I want to
>be able to create a record in SQL 'bob', 'mypassword', 'technician'
>and poof! 'bob' has access to 'manage_tickets'.
>
>Maybe I should go have some coffee....
- Next message: |{evin: "Re: Use Roles with Forms auth ans SQL?"
- Previous message: Dennis Rebentrost: "user account"
- In reply to: |{evin: "Use Roles with Forms auth ans SQL?"
- Next in thread: |{evin: "Re: Use Roles with Forms auth ans SQL?"
- Reply: |{evin: "Re: Use Roles with Forms auth ans SQL?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|