This project was generated using Microsoft Visual Studio, version 2017.
C#, CSHTML, CSS, JS.
- .Net MVC Framework, version 4.5.2
- DevExpress.Web.MVC5, version 16.2.5.0
- Bootstrap, version 3.0.0
- Antlr, version 3.5.0.2
- jQuery.Unobtrusive.Validation, version 3.2.3
- Newtonsoft.Json, version 10.0.3
- System.Data.SqlClient version 4.4.0
- JavaScript, version 1.8.1
For more assembly information, see web.config file in the project.
Package source: nuget.org
- Configuration: Active Debug mode
- Platform target: Any CPU
- Output path: bin\
Select ASP.NET
- Requires IIS Express server
- Set project URL: example (http://localhost:60500/)
Runs on any browser. For best result use Google Chrome and FireFox.
Without providing connection properties, this project build successfully. But for proper functioning and testing of this project, please provide SQL server connection string in web.config file.
<add name=""
connectionString=""
providerName="System.Data.SqlClient" />
for example: “Data Source=xyzERPDatabase; Initial Catalog=TestOrderDB; Integrated Security=True”
In SQL_scripts file in the project, you can find Sql server database CREATE scripts and STORED PROCEDURES required for this project.
For more information please read: How to build Asp.net web application Project using Visual Studio 2017.