Create IIS Application

Before you can debug MixERP on Visual Studio 2015, you must create an IIS website using the following details.

IIS Application

Site Name

MixERPDevelopment

Application Pool Name

MixERPDevelopment

Physical Path

The location where you cloned MixERP source code to.

path-to-source\src\FrontEnd

Example: C:\users\nirvan\Desktop\mixerp\src\FrontEnd

Port

8000

Directory Permission

Provide the following users modify permission on the location where you cloned MixERP:

Steps:

Compile MixERP

Open the solution in Visual Studio and perform a rebuild.

path-to-source\src\MixERP.Net.sln

You can now view and debug MixERP on this address:

http://localhost:8000

Related Topics

Share this page