- Files needed for your application are not created immediately.
- Temporary files are created
- There is no timeout in debugging
- Batch compilation is disabled
- System.Diagnostics.DebuggableAttribute gets added to all generated code which causes performance degradation.
- Scripts and images are not cached
Documenting transition of life. From a student, to a worker. What had to be learned, and what had to be unlearned. An insight into one of the biggest changes.
Showing posts with label web. Show all posts
Showing posts with label web. Show all posts
Monday, August 20, 2012
Reasons to remove debug=true from web.config
Before deploying your web application, always ensure that debug=true is removed. These are some side effects of leaving this in, which might be useful while debugging, but which be a huge cost once you go live.
Subscribe to:
Posts (Atom)