Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Security model guidelines - Server-centric implementation - Win2K3 - dotNet

Reply
Thread Tools

Security model guidelines - Server-centric implementation - Win2K3 - dotNet

 
 
Bert Nieves
Guest
Posts: n/a
 
      11-10-2003
Greetings,

a) Server environment : Windows 2003 Standard
b) Database: SQL Server 2000
c) Development: Combination of VB6 COM+ , ASP.NET, and VB.NET.

Looking at potential tracks for an implementation of a server-centric
security model for an n-tier, intranet based system. All business logic and
business-related workflows will reside on the server with several different
UIs accessing (.NET forms, ASP.NET, VB6 forms). Security requirements are
pretty solid with an emphasis on role-based security mechanisms and a "more
granular" set of data filtering (views). I'm looking at the following
tracks for the implementation of the Role-based portion of this security
model ...

1) COM+ Role based implementation
2) Win2K3 Authorization Manager based role implementation
3) Custom .NET coding using the System.Security.Permissions namespace

Can anyone recommend and/or relate their experiences in choosing any 1 of
the above 3 choices for user-authentication and authorization. I'm most
familiar and experienced with COM+ Roles. I would really appreciate some
MVPs chiming in

Thanx in advance.

Bert Nieves



 
Reply With Quote
 
 
 
 
Ram Sunkara [msft]
Guest
Posts: n/a
 
      11-10-2003
In the current implementation of Azman, you can only store user role
assignments either in XML file or AD.
In the upcoming Whidbey relase, Azman will also provide SQL based stored
(this is what I understood in the recent PDC)
Has clear migration story. You do not need to write any code by yourself,
it's all out of the box.
Azman comes up with very good role assignment concepts like APPLICATION,
SCOPE, OPERATIONS...

Custom .NET coding using the System.Security.Permissions namespace is also a
good approach if you have resources, time and willing to do all by yourself.
ASP.NET 2.0 Whidbey relase will make this process easy, you need to provide
implementation for couple interfaces (IRoleProvider...I do not remember
correct name) and register your assembly in the configuration file.


"Bert Nieves" <> wrote in message
news:...
> Greetings,
>
> a) Server environment : Windows 2003 Standard
> b) Database: SQL Server 2000
> c) Development: Combination of VB6 COM+ , ASP.NET, and VB.NET.
>
> Looking at potential tracks for an implementation of a server-centric
> security model for an n-tier, intranet based system. All business logic

and
> business-related workflows will reside on the server with several

different
> UIs accessing (.NET forms, ASP.NET, VB6 forms). Security requirements are
> pretty solid with an emphasis on role-based security mechanisms and a

"more
> granular" set of data filtering (views). I'm looking at the following
> tracks for the implementation of the Role-based portion of this security
> model ...
>
> 1) COM+ Role based implementation
> 2) Win2K3 Authorization Manager based role implementation
> 3) Custom .NET coding using the System.Security.Permissions namespace
>
> Can anyone recommend and/or relate their experiences in choosing any 1 of
> the above 3 choices for user-authentication and authorization. I'm most
> familiar and experienced with COM+ Roles. I would really appreciate some
> MVPs chiming in
>
> Thanx in advance.
>
> Bert Nieves
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using win2k3 std r2 32 bit license to install win2k3 std r2 64 bit neo_italy02@yahoo.it Windows 64bit 0 01-22-2008 08:53 PM
Was security hole in dotnet 1.1 fixed in dotnet 2.0 Chuck ASP .Net 3 02-08-2007 05:31 PM
DOTNET: dotnetHow to Save ALL CONTENTS of web page with "SaveFileDialog Control" in dotnet contact Computer Support 1 12-28-2006 11:40 AM
microsoft.public.dotnet.faqs,microsoft.public.dotnet.framework,microsoft.public.dotnet.framework.windowsforms,microsoft.public.dotnet.general,microsoft.public.dotnet.languages.vb Charles A. Lackman ASP .Net 1 12-08-2004 07:08 PM
microsoft.public.dotnet.languages.vb,microsoft.public.windowsxp.print_fax,microsoft.public.dotnet.framework.aspnet SpamProof ASP .Net 0 10-21-2003 12:32 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57