This is mostly a theory question, for example if I wanted to create my own alternative to forms authentication.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to write your own authentication module – see this excellent article that explains how to write an ASP.NET authentication module supporting basic & digest authentication.
In case, you are thinking of only forms authentication scheme then you really don’t have to write one. The in-build Forms Authenticate module is quite extensible (and offers a lot of flexibility).