Walking to the question, but it is worth dropping to the next poor soul who stumbled upon this:
If you want to profile a particular ASP page, http://aspprofiler.sourceforge.net/ is absolutely awesome. I used it several years ago, forgot what I have, and recently opened it when I was looking for a page that had to load.
On the page:
ASP Profiler is a line-level performance profiler for Active Server Pages (with VBScript). This shows how your ASP page works, what lines are executed how many times, and how many milliseconds each time. Especially for heavy data pages, you can see exactly which lines slow down the page and optimize where necessary.
This program itself is written purely in ASP and VBScript.
The only problem I ran into was that if the page was receiving data from other sources, you can only enter it through a QueryString.
Anonjr
source share