.NET Core MVC Page Not Refreshing After Changes

I’m building a .NET Core MVC on the latest version 2.2. I have a problem when I make changes to the CSHTML file and refresh the page, my changes are not reflected in the browser. I have to restart the project in order to see my changes. This has been happening for a while now so I’m not exactly sure what change caused this issue.

I’ve tried using the chrome’s “Empty Cache and Hard Reload” as well as other browsers to no avail. This happens on Windows and Mac using both Visual Studio for Mac and VS Code

In a default .Net Core project it works fine so it must be something in my project that changed along the way. I’m wondering where I need to start in order to debug this issue? I’ve tried commenting out almost everything in my Startup.csand Program.cs with no resolution.

14 Answers
14

Leave a Comment