After installing Visual Studio 2015, I'm unable to launch my web project in IIS Express.
Well, to qualify that, I can launch the project by right clicking on the project name in the Solution Explorer and selecting View >> View in Browser
But in the toolbar at the top of the page, the debugging option is only "Start" and when I click it brings up an error dialog explaining that I can't start a projection with a class library output type.
This is strange because I have cloned the repo on another computer with Visual Studio 2015 and everything works just fine - I can launch in a web browser and debug properly.
Is there some configuration flag I don't have set somewhere? I tried opening a web project template and it worked just fine, so I feel it's something specific to my project/solution.