Troubleshooting server delays...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Cirene

    Troubleshooting server delays...

    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!


  • Munna

    #2
    Re: Troubleshooting server delays...

    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

    Comment

    Working...