Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Latest commit

 

History

History
57 lines (39 loc) · 1.61 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.61 KB

mylly-devexpress-mvc

This project was generated using Microsoft Visual Studio, version 2017.

Development language

C#, CSHTML, CSS, JS.

Development server assemblies

  • .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.

Nuget package

Package source: nuget.org

Build

  • Configuration: Active Debug mode
  • Platform target: Any CPU
  • Output path: bin\

Debugger

Select ASP.NET

Web servers

Browser settings

Runs on any browser. For best result use Google Chrome and FireFox.

SQL server connection

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”

SQL scripts

In SQL_scripts file in the project, you can find Sql server database CREATE scripts and STORED PROCEDURES required for this project.

More information

For more information please read: How to build Asp.net web application Project using Visual Studio 2017.