I just started watching tutorials on C#, so don't judge too harshly for a poorly worded question. Essence: I created a template: dotnet new mvc -au none --no-https Launched the terminal with command: dotnet run Then I made changes to the file - Views-Home: Index.cshtml
After that, the information on the web page is not updated for me. I have to stop the server by pressing Ctrl + C, then enter: dotnet run (again). After that, all the changes made are displayed. However, for the author, changes to the site occur automatically, that is, he does not constantly restart the server.