Easy Tutorial
❮ Webpages Ref Database Prop Webcontrol Button Onclientclick ❯

ASP.NET MVC - Security


To learn ASP.NET MVC, we will build an Internet application.

Part 8: Adding Security.


MVC Application Security

The Models folder contains classes that represent the application's models.

Visual Web Developer automatically creates the AccountModels.cs file, which contains models for application authentication.

AccountModels includes LogOnModel, ChangePasswordModel, and RegisterModel:


Change Password Model


Logon Model


Register Model

❮ Webpages Ref Database Prop Webcontrol Button Onclientclick ❯