W
Welman Jordan
When I debug an asp.net application, which would consume
a considerable amount of memory, the application throws
"unhandled exception" and delivers a 500 error page to
the browser.
I find that the memory allocated by that application is
unable to reclaim. For example, I create a DataSet object,
the application quits with a exception during debugging,
the memory the DataSet consumes will not be returned to
the system, buried within the memory heap of aspnet_wp.exe.
What should I do to prevent this when debugging without
Vs.net installed on my machine?
a considerable amount of memory, the application throws
"unhandled exception" and delivers a 500 error page to
the browser.
I find that the memory allocated by that application is
unable to reclaim. For example, I create a DataSet object,
the application quits with a exception during debugging,
the memory the DataSet consumes will not be returned to
the system, buried within the memory heap of aspnet_wp.exe.
What should I do to prevent this when debugging without
Vs.net installed on my machine?