Can StackTrace be used if <compilation debug = "true"> in web.config?
I know I am checking it programmatically
ConfigurationSection configSection =
(CompilationSection) ConfigurationManager.GetSection( "system.web/compilation" );
I know it's still a little slower to have in production ... but if we're in some kind of beta, it still doesn't hurt ...
0
Don ronn
a source
to share