vrijdag, april 14, 2006

 

4 reason why u should not forget to set the debug mode to false in ur production environment

1) The compilation of ASP.NET pages takes longer (since some batch optimizations are disabled)
2) Code can execute slower (since some additional debug paths are enabled)
3) Much more memory is used within the application at runtime
4) Scripts and images downloaded from the WebResources.axd handler are not cached

read all: http://weblogs.asp.net/scottgu/archive/2006/04/11/442448.aspx