=?Utf-8?B?QmlsbDQ0MDc3?= wrote on 02 mrt 2006 in
microsoft.public.inetserver.asp.general:
[please do not toppost on usenet]
I wish
Seems I've inherited a classic asp application with several ten's of
thousands lines of code... with a memory leak... Bounds Checker only
works with managed code... and constructive insight would be greatly
appreciated.
I do not think ASP pages should have that many lines,
so my idea still stands.
Try to devide the problem, giving the user intermediate results.
And look for unnecessary repeats, string concatenations and executions in
loops.
Perhaps the amount of memory needed runs out?
Then set breakpoints:
debug = true
......
if debug then response.write "bp 17: " & a &" " & b : response.end