I've followed some basic tutorials to create ASP.NET 5 with MVC 6 and AngularJS applications.
I've got a setup like so:
index.html
app.js
When I load the project, I have to go to index.html, or set it as the Launch URL to naturally visit my webpage. this means that the url browser shows:
http://localhost:16510/index.html
How can I set up the ASP.NET 5.0 project so that when the user goes to / it views index.html?
e.g.
http:localhost:16510/