debug=true in web.config = BAD thing?
Posted
by MateloT
on Stack Overflow
See other posts from Stack Overflow
or by MateloT
Published on 2009-03-07T09:15:24Z
Indexed on
2010/05/18
21:40 UTC
Read the original article
Hit count: 200
ASP.NET
|web-config
We're seeing lots of virtual memory fragmentation and out of memory errors and then it hits the 3GB limit.
The compilation debug is set to true in the web.config but I get different answers from everyone i ask, does debug set to true cause each aspx to compile into random areas of ram thus fragmenting that ram and eventually causing out of memory problems?
© Stack Overflow or respective owner