I am running local IIS, and using vs.net 2019 to build web application. All is up and running when I debug-run.
The question/problem quite simply: when I want to modify the cshtml or the enclosed javascript right now I need to restart the web application pushing F5 again. Is there a way I can modify the js/cshtml and just refresh the browser? (this was the workflow I used with .net framework)