Profiling a classic ASP application using AQTime - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T10:20:30Z http://stackoverflow.com/feeds/question/462742 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/462742/profiling-a-classic-asp-application-using-aqtime 0 Profiling a classic ASP application using AQTime Paul-Jan 2009-01-20T19:30:26Z 2009-02-10T08:38:07Z <p>We have developed a large number of websites using ASP (jscript flavour), talking to the underlying intelligence layer (written in Delphi) through COM. These websites are running on IIS (5 and 6).</p> <p>Over the years this ASP layer has grown into something quite heavy (no business logic, but lots of controller/scenario/view/ajax/etc handling), and we'd like to do a bit of performance tuning on it. According to the creator, AQTime (we have the latest version) can be used for this purpose (profiling both the serverside script and the underlying com objects in one go), but I simply can't figure out how to get it to work.</p> <p>The help files explain how to profile COM dll's, ISAPI dll's and even client-side scripting, but not a word on how to profile the server-side script running on the ASP pages. Can't select .asp files as a "profiling module". Google is not helpful either.</p> <p>Any word of advice on how to accomplish this? Alternative suggestions for profiling classic asp pages is welcome, too.</p> http://stackoverflow.com/questions/462742/profiling-a-classic-asp-application-using-aqtime/506216#506216 1 Answer by Paul-Jan for Profiling a classic ASP application using AQTime Paul-Jan 2009-02-03T07:06:38Z 2009-02-03T07:06:38Z <p>Well, as it turns out, <strong>this isn't possible</strong> (according to Official Support). Of the tree layers in our application,</p> <ol> <li>Delphi code running on the server</li> <li>ASP code (jscript) running on the server </li> <li>Client-side jscript running on the client (ajax, etc)</li> </ol> <p>AQTime can only profile (1) and (3). Although it can perfectly well profile windows scripting host .js files on the server, it will not profile .asp code. Which I was really hoping it would, seeing how both are executed through the same jscript.dll. </p> http://stackoverflow.com/questions/462742/profiling-a-classic-asp-application-using-aqtime/531498#531498 0 Answer by Pardeep for Profiling a classic ASP application using AQTime Pardeep 2009-02-10T08:38:07Z 2009-02-10T08:38:07Z <p>i have one asp application and i want to integerate one delphi module int it to have one interface foe the application.is it possible?</p> <p>Like in my asp application,i give a link in menu for dephi module. please comment.</p>