No of reasons that mostly developers use Form based authentication in their asp.net application
They have full control over the authentication code.
They have full control over the appearance of the login form.
Form based authentication works with any browser.
Form based authentication allows developer how to store user information.
Form Based authentication has some drawbacks as well.
Developer have to [...]