Troubleshooting server delays...

  • Thread starter Thread starter Cirene
  • Start date Start date
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!
 
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
 
Back
Top