W
Whiplash
I've got a web app that has the debug parameter in the web.config file
set to true. Everything works great. However, I want to set debug to
false before putting the app into production. When I do so, I get an
error that states; "Object reference not set to an instance of an
object". It also does not have any more information and tells me to set
debug to true to see more info. But of course, when I set debug to
true, the app works fine!
So, my question is, what could be causing an error to appear only when
debug is set to false? Thanks.
Dana
set to true. Everything works great. However, I want to set debug to
false before putting the app into production. When I do so, I get an
error that states; "Object reference not set to an instance of an
object". It also does not have any more information and tells me to set
debug to true to see more info. But of course, when I set debug to
true, the app works fine!
So, my question is, what could be causing an error to appear only when
debug is set to false? Thanks.
Dana