ChrisFulstow/NBlog

Need basic info to get the site running in VS2015

Opened this issue · 1 comments

Not sure if anyone is monitoring this. I am kind of a novice. Have built a few simple MVC projects in VS2015.
Got the Nuget packages updated, have a clean build, but the project won't run in VS2015. I guess it is not a standard ASP.NET MVC solution.
The project builds as a class library, and says it needs an executable in the solution to run.
I am used to setting a single path in web.config to get an ASP.NET project started in the browser.
Appreciate any suggestions.
Bruce

You just need to set the project as startUp Project
right click on the NGblog.Web, then click "set as startUp Project"