2. Browse the your application and see how the sessions are captured in Fiddler. Once you are familiar with it, look for the request which took more time, check for all the http response codes other than 200
3. once you take appropriate action, such as, if dns look up is failing, fixing the problem of dns, you will surely find that the problem is resolved.
None
0 Points
1 Post
ASP.net slow
Jun 17, 2012 03:45 AM|strgpune|LINK
If you are facing issues with performance of the application, try following -
1. Install Fiddler tool http://www.fiddler2.com/fiddler2/
2. Browse the your application and see how the sessions are captured in Fiddler. Once you are familiar with it, look for the request which took more time, check for all the http response codes other than 200
3. once you take appropriate action, such as, if dns look up is failing, fixing the problem of dns, you will surely find that the problem is resolved.