digg_url ='http://neilkilbride.blogspot.com/2008/02/aspnet-production-web-server-top-tip.html';
There are a number of things we want to ensure on our production servers:
The debug attribute in the compilation element in the web.config should be false for all applications. This is mainly for performance reasons, leaving it to false means:
1) The compilation of ASP.NET pages takes longer (
↧