scheduler.net working in brower through VS 2015, but not IIS

Hi,

Scheduler.net is all built and running fine through browser on [localhost:(port#](http://localhost:(port#)) 

But cannot get it to run on IIS port 80 like any other website would run, what needs to be done???

Thanks,
Curt

Hello.

Are you trying to start Scheduler.MVC5 samples on IIS. In this case you could attach scheduler database to your MSSQL Server and set correct connection string.
For example:

 <add name="SchedulerContext" connectionString="Data Source=127.0.0.1;Database=scheduler;User Id=sa;Password=password1;" providerName="System.Data.SqlClient" />

You could also create new web project and install needed NuGet packages.
nuget.org/packages/DHTMLX.Scheduler.NET/
nuget.org/packages/DHTMLX.S … C3.Sample/
nuget.org/packages/DHTMLX.S … ms.Sample/