Troubleshooting server delays...

C

Cirene

I rolled out an ASP.NET 3.5 website. Sometimes certain functions will work
smoothly, othertimes it seems to hang. How can I tell where the "lag" is
being caused? It's running the same code path. So, is it probably the
server? Anyway to tell?

I'm using the Telerik AJAX RadControls extensively. But I don't think this
would be causing the issues. Again, we're talking about the same code
paths. I would assume it's the server or internet then?????

Thanks!
 
M

Munna

Hi

use a profiling tool to logger to log the function execution time...
and analyze the data ...
it would be much faster process to identify the killer processes in
your application...
vs2008 team edition have built in profiling facility...


best of luck

munna
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top