Project Management System developed in the Asp.Net MVC With MS SQL Database
Simple And Easy to use Project Management System Similar to Basecamp for the project owner to assign and take progress of the task from remote workers
Prerequisite:
Visual Studio 2017 Community Edition (FREE)
MS SQL Database
.NetFramework 4.0
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.130.9.36:90/Admin
login with default account:
User ID:admin@demosite.com
Password : Admin@12345
Run website for Member Portal http://3.130.9.36:90/
Login with member account
Username : developer1@demosite.com pass : Developer1@12345
Username : developer2@demosite.com pass : Developer2@12345
Username : designer@demosite.com pass : Designer@12345
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.