I tried to launch my first ASP.NET MVC program and wanted to change some parts of the project.
When I tried to change the background color of the page body, I went to the Site.css file and changed the color to #ffffff. When I rebuilt the program, the color remained the same, and I found out that the only way to change it is to delete it and load it back into the project.
It seems to me that I am missing something very simple, could you help me?
source
share