Clearly, this is not something you’d want in a production website. So you need to think of a good
security strategy to stop unwanted users from accessing specifi c content. You also need to look at a
mechanism that enables users to sign up for a new account, and at the same time enables you to designate
certain users as managers of your website and grant them special access rights.
ASP.NET 4.5 and VS ship with all the tools you need to create a solid and safe security mechanism.
In this chapter, you learn how to make use of these tools in your ASP.NET website.
Before you start looking at how security is implemented in the ASP.NET Framework, you need to
understand a few important terms that you’ll come across in every discussion on security.