actually when debug is true, the line numbers are in the dll and only
generated with debug. if compiled debug ion, then the stacktrace will include
the line number.
note: debug=true in web.config only controls the aspx pages (runtime
compile, any code compiled by visual studio will honor the visual studio
setting.
-- bruce (sqlwork.com)
> I am using global.asax to handle my web application exceptions and have
> configured it to create event log entries for errors that occur and to
[quoted text clipped - 9 lines]
> Regards, Major.
> p.s. Major is my Christian name ;-)
Mr Major Thorburn - 12 Mar 2008 16:46 GMT
Bruce, thanks for that.
The web app was distributed to the server by copy and no precompile was
carried out.
Would the .cs files therefore be compiled with debug?
Regards, Major.
> actually when debug is true, the line numbers are in the dll and only
> generated with debug. if compiled debug ion, then the stacktrace will include
[quoted text clipped - 19 lines]
> > Regards, Major.
> > p.s. Major is my Christian name ;-)