CSLA .NET

Vibrant discussion about CSLA .NET and using the framework to build great business applications.

Security Database

rated by 0 users
Not Answered This post has 0 verified answers | 3 Replies | 1 Follower

Top 75 Contributor
114 Posts
Stefanus posted on Wed, Jun 13 2012 10:05 PM

Hi all...

 

 I've read csla books, and i want to ask about :

Why do rocky make suggest two database ( one for app ) and one for security database ?

Is there any explanation for this ?? reasons ?

 

thanks a lot

All Replies

Top 25 Contributor
450 Posts

Hi Stefanus,

There are some reasons I can think of:

  1. use integrated authentication on some scenarios and just don't use the security datanase
  2. use the same security database for two or more instances of the same application (different departments, but IT board member must have access to all of them)
  3. use the same security database for several different applications

Regards

 

Tiago Freitas Leal, CslaGenFork (Open Source CSLA code generator)

Top 10 Contributor
1,764 Posts

Historically Security has often been separated from the actual database.

In the early 2000's we had Active Directory Application Mode (ADAM) that later became Active Directory Lightweight Directory Service (AD LDS).

Today we still have ASP.NET Membership Provider, http://msdn.microsoft.com/en-us/library/yh26yfzy.aspx and the WebMatrix WebSecurity that wraps a membership provider.

The ProjectTracker sample uses the membership provider for users and roles.

 

Jonny Bekkum, Norway CslaContrib Coordinator

Top 75 Contributor
114 Posts

Hi Jonny and Tiago..

Thanks a lot for your quick reponse..

 

@Jonny, honestly I have not learn / try / read about what you said..

    but i will try to look for that later.. :) thanks

@ tiago, thanks for sharing your opinion :)

Page 1 of 1 (4 items) | RSS

Copyright (c) 2006-2010 Marimer LLC. All rights reserved.
Email admin@lhotka.net for support.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems