asp.net - Possible to turn off App_Code auto-compile? -


working visual studio (i'm using 2008) have started notice when save file in /app_code folder, program hang bit before returning control. after bit of research, have learned there's auto-compile feature @ work, assume slowing down system.

so question this: possible turn off automatic compiling of files in /app_code folder? or, better, there way reduce time takes, or make work little more smoothly in background? thoughts/ideas appreciated!

sorry don't know of way of switching off compiling app_code folder. if issue try keep amount of files in directory down min or move them out seperate library.

scottgu has tips might find useful. http://weblogs.asp.net/scottgu/archive/2006/09/22/tip_2f00_trick_3a00_-optimizing-asp.net-2.0-web-project-build-performance-with-vs-2005.aspx


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -