This document discusses authentication and authorization in ASP.NET MVC 4. It begins by explaining why security is important and describes different authentication and authorization techniques. It then explains what providers and membership providers are in ASP.NET and some problems with the default ASP.NET membership provider. The document introduces SimpleMembership as a better alternative and shows how to implement a SimpleMembership provider in an MVC 4 application.