Is the Membership system included in ASP.NET secure enough to use in a real-world web site? Since I'm not interested in creating my own providers, I'm only interested in the providers Microsoft built in to the system.

link|improve this question

29% accept rate
feedback

1 Answer

Membership can be a secure way of implementing forms authentication, but as with anything security-related, it's all in how you implement it. It's also important to consider whether its backend will be active directory (which makes things easier) or something else, and how those connections will be secured. Here's the MSDN page on securing a site using membership.

link|improve this answer
Thanks, that link looks like it has what I need. – Graham Powell Jun 12 '09 at 20:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.