I want to create an HTML project that works with browserlink. I created a blank c# project and set it to type 'class library' so that visual studio stops complaining that there's no 'main' entry point. I created a page index.html and setup a corresponding IIS website.
What do I do now? I can't start the project, because it's not a web project. Will this work, or do I need to create something like an MVC project?