Portal Home > Knowledgebase > Articles Database > ASP code debugging tool
ASP code debugging tool
Posted by prashant1979, 05-06-2009, 08:29 AM |
I have a customer who is hosting a website on a dedicated server. The server is a high spec server with Intel Core 2 DUO E8400 processor, 4 GB DDR2 ECC RAM and a SATA Hard Drive. He is running only a single website which has a data entry section. The problem is that a few scripts when run consume 99% of the CPU. In fact, there is a certain script which even if run alone consumes 99% CPU. The code retrieves some records from the database by running an SQL query. The code is never executed. I have checked the sql query in the code and it runs fine if executed in SQL Query Analyzer. I know the problem is somewhere in the code, but cannot find the exact cause. Is there a tool to debug the asp code and find out may be the issue with the code? I have tried the Debug Diagnostics utility, but it did not help.
|
Posted by mattchariot, 05-06-2009, 08:34 AM |
yes.. you can use Team Remote ASP Debugger. It's good..
you can get it from
http://www.allworldsoft.com/software...p-debugger.htm
|
Posted by prashant1979, 05-06-2009, 08:53 AM |
It is available in Demo mode. Is it fully functional in the demo mode?
|
Add to Favourites Print this Article
Also Read