CHAPTER 9

image

Security

Securing a web application is a very important task. Security cannot be taken lightly. It must be implemented to prevent the stored information from being compromised. Developers need to ensure that certain security measures have been implemented to keep the web site working and in compliance with the expected level of service. Also, access to sensitive parts of the web site should be restricted to only certain users, such administrators.

ASP.NET MVC is built on top of ASP.NET and has access to the security features in the framework. In this chapter you will see how to secure your ASP.NET MVC 4 application. We are going to ...

Get Beginning ASP.NET MVC 4 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.