Web Project(Step 1)
Welcome to Mohammed Auday
This is just a a first step!!
Project Work Plan
Database
Create MyWebAppDB database with a users table containing all required fields using SQL Server.
Home Page
The Home/Index page displays the project logo, work plan, and navigation links.
Signup Page
The Account/Signup page collects user data and stores it in the users table.
Login Page
The Account/Login page validates credentials against records stored in the database.
Data Validation
Using Data Annotations like Required and Compare for automatic server-side field validation.