Don’t run production ASP.NET Applications with debug=”true” enabled
One of the things you want to avoid when deploying an ASP.NET application into production is to accidentally (or deliberately) leave the switch on within the application’s web.config file.
This article gives what are the reasons for not doing it.
http://weblogs.asp.net/scottgu/archive/
2006/04/11/442448.aspx
No comments:
Post a Comment