I am configuring an ASP.Net (VB.Net) application on my system. I have Visual Studio 2010 and also have compiled the code and deployed the compiled version on a server. On both places I get the response of the pages after so long (as long as more than a minute).Strange thing:I have put code to calculate the time it takes from entry to Page load handler to exit from Page close handler which is normal (less than a second).The application does not have any http modules, neither it has Global.asax nor the page has other overriden handlers.Question1: If the time between page load and page close is so small why is it taking too long to respond?Question2: What techniques I can use to actually debug what is happening when it is awaited response?Thanks in advance.-----update---------in response to krshekhar's question below I'm attaching screenshot of the page response I got from HttpWatch