RottenAppleMan:A question for anyone that has experience in asp.net login security.
Is it better to make use of the asp.net configuration tool for easily setting up users and use roles....or is a custom system better?
Is the 'in-built' system scalable?
In our experience we have used the built in authentication features of Asp.Net to manage security and users. There are a number of great features that forms authentication has to offer as well as the ASP.Net membership provider but we have always found ourselves either having to work around certain issues or customize these features ourselves.
I would say the best results we have achieved to date for website security is by creating our own custom security controls, classes and database tables which have the ability to scale and be customized by us at any stage of the project's lifecycle.
SA Developer .Net Online Community SupportPlease remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.