I'm designing Web Pages in ASP.NET with Visual Studio 2010. The compiler works from the temporary files of previous compilations. This means that each time that I make a change in my Css files, or changing the resource files I'm working with - VS compiles my webpage with the previous data.I'm rather new to ASP.NET, and I'm sure there's something I'm missing here or unfamiliar with, because it is impossible to work fluently like this. Only when I locate the temporary files, delete them, and recompile the project - only then it is working. But I have to be very careful which files I'm deleting.Is there a way to overcome this problem? or to delete the proper files in a single command?Help! 
