I have a shared network project, and every time I compile the code, in localhost, a temporary file is generated in the folder
"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\MeuProjeto\a6a3f0ff\72311a1a\hash\hash.web"
this file whenever I compile the code it is generated, but the problem is this, whenever I make a change in a top-level file, in order for Build to recognize the change, I need to get into that folder, and delete that file hash.web ...
The question is, is there a way to set up Visual Studio, or IIS, to do this automatically when I build the project through visual studio ??