sql server 2005 - ASP.NET Membership vs SQL Authentication -


for asp.net mvc extranet applications, pros , cons of using sql authentication instead of asp.net membership api handle security?

gern, describing aspects of same framework.

the asp.net provider stack abstract service layer 'provides' common services applications.

the built in sql providers implementations use sql server backing store. mvc framework , scaffolding provide of necessary adapters using default sql providers.

if built-in asp.net sql providers provide functionality require pro work done.

not sure con be.

in regards possibility want compare using sql providers vs ad providers:

the ad/token based providers active directory authentication , access control , implication user must have valid account setup in ad in order access protected resources.

the sql providers allow define arbitrary users not require ad accounts.

the infamous grey zone appears when have large ad user base must support must allow non-ad accounts established. @ point start explore exquisite joy building composite provider stacks bring life while steals sleep. topic book.

hth


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -