I'm trying to host a web application created in VS 2015 Preview with Asp.Net 5 Starter Web. I set Debug target to Web, I hit F5 and klr console is starting and and I am able to load application in browser, at specified port.
The problem is, when I change something in code (in a controller, or even in a cshtml view) and save, the klr server stops and console closes. Is this the intended behavior? Or should I be able to save and refresh, as Roslyn compiler works?