Work with Visual Studio (I use 2008). I began to notice that when saving a file in the / App _Code folder, the program freezes a bit before returning control. After a little research, I found out that there is an auto-compilation function at work, which I believe slows down my system.
So, the question is: is it possible to disable automatic compilation of files in the / App _Code folder? Or, even better, is there a way to reduce the time it takes, or make it work a little smoothly in the background? Any thoughts / ideas are welcome!
source share