Employee Management System developed in the Asp.Net MVC With MS SQL Database
An Employee management system is a platform where all work-related as well as important personal details of an employee is stored and managed in a secure way. By using this system, you can manage admin activities in an easier and quicker way.
Prerequisite:
Visual Studio 2017 Community Edition (FREE)
MS SQL Database
.NetFramework 4.5
MS IIS 7/8 or above
Unzip Solution
Open the project using Visual Studio 2017
Change Connection string of database: Open Web.config file and change the following tag:
a. ConnectionStrings tag as below:
i. User ID: your username
ii. password: your password
iii. Data source: your database
iv. Catalog: your database name
Run website for Admin Portal http://3.131.221.112:91/Admin
login with default account:
User ID:admin
Password : admin
Run website for Member Portal http://3.131.221.112:91/ESS
Login with member account
Username : 002 pass : 741741
Transfer the published project files into a folder in the server machine
Install IIS in your server machine
Paste published project In IIS wwwroot directory
Install dotnet.hosting bundle for Windows (with correct version)
Create a new web site in the IIS and target the published files; and
Run the app
If you have any query or problem you can write us any time on dotnetexpert24@gmail.com
We will get back to you quickly.