Quantcast
Viewing all articles
Browse latest Browse all 25

ASP.Net Production Web Server Top Tip

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 (

Viewing all articles
Browse latest Browse all 25

Trending Articles