System Requirement
-
IIS 8 or Higher
-
MS SQL Server 2008 or higher
-
.Net Framework 4.5 or higher
Installation Steps
It is simple to configured the website on local or server if IIS and SQL Server Installed.
-
Step1: Configured the given Full_Source_Codefolder to IIS as a new website
-
Step2: Create the new database in SQL Server and create database user.
-
Step3: Excecute the script from the Database_Files folder in the given sequence
1_Table_Script.sql : All Table creation script
2_SP_Script.sql : All Storeprocedure and function creation script
3_Data_Script.sql : All Default Data script
4_Demo_Data_Script.sql : If you want to setup demo data then only required to run this script
-
Step4: Change the connection string in the "web.config" file "ConnectionString" section with the connection detail for the database you have created.
Thats it. you have done with the configuration and start use website.