I am testing the ASP.NET 5.0 Visual Studio 2015 community.
I have a standard web application and just looking through the tutorial to familiarize myself with ASP.NET 5.0
The textbook indicates
“Save the file and, without rebuilding the project, refresh your web browser. You should see the updated text. ASP.NET 5 no longer requires you to manually create the server-side logic before viewing it, making small updates check faster during development. "
http://docs.asp.net/en/latest/tutorials/your-first-aspnet-application.html
I tried and it does not work for me. I noticed that when I save the file, breakpoints are now disabled. When I reload the page, it does not display the changes. Are there any settings or configurations that I'm missing for this to happen?
source share