I am working on an ASP.NET core MVC project. I want to enable Hot Reload on my Razor Pages. I keep getting the following error once I make a change to a .cshtml file under Views/Controller and save it.
I'm starting the app without debugging. How do I get Hot Reload to work ?