Re: Application Security

From: Mary Chipman (mchip@nomail.please)
Date: 12/29/02


From: Mary Chipman <mchip@nomail.please>
Date: Sun, 29 Dec 2002 11:18:07 -0500


Download the following wp, "Building Secure ASP.NET Applications"
http://www.microsoft.com/downloads/release.asp?ReleaseID=44047

There's a chapter on how to set up secure table-driven authentication
with SQLS.

-- Mary
MCW Technologies
http://www.mcwtech.com

On Sat, 28 Dec 2002 21:19:38 -0800, "paul reed"
<prreed@jacksonreed.com> wrote:

>I would like to custom load the various ASP pages a user can have access to
>based on the role they are playing. The only way I have done this before is
>to build my one role/user/function tables and then at login, determine their
>role and then load the menus accordingly. Someone recently suggested I use
>role security in SQL Server...I am not sure how I can get the same
>functionality I need.
>
>I am using VB.NET and SQLServer 2000.
>
>Thanks,
>
>Paul
>