Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Is forms authentication possible in mvc? If yes then explain in detail how?



Is forms authentication possible in mvc? If yes then explain in detail how?..

Answer / Anil Kumar Singh

Yes, Forms Authentication is possible in MVC. It's a built-in authentication system provided by ASP.NET MVC to handle user login and authorization. Here's a brief overview of its workflow:
1. Users submit their credentials (username and password) via an HTML form.
2. The form data is received by the Controller, which validates the credentials against the database or another secure storage solution.
3. If the credentials are valid, ASP.NET creates a security cookie containing encrypted user information such as identity and roles.
4. The cookie is sent to the client browser, allowing subsequent requests to be authenticated without needing to re-enter login details.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MVC Model View Controller Interview Questions

Is razor pages replacing mvc?

1 Answers  


How does mvc routing work?

1 Answers  


Is angular js mvc?

1 Answers  


Mention what are the two ways to add constraints to a route?

1 Answers  


What are the features of mvc5?

1 Answers  


What is mvc and its advantages?

1 Answers  


What is spring mvc model?

1 Answers  


Why is mvc better than webforms?

1 Answers  


What is the difference between view and partial view?

1 Answers  


Is angular mvvm or mvc?

1 Answers  


What is mvc in ci?

1 Answers  


What are the 3 things that are needed to specify a route?

1 Answers   NA,


Categories