I am running on a performance issue with ASP.Net 2.0 Application.
A page takes atmost 20+ secs to load in a browser.
I would like to know where the problem is occurring, i.e in browser(rendering) or in server(processing).
Is there a way to log the time taken for each request in IIS 7.5?
Do we need any code in global.asax or filter that do this stuff? I read about integrating MiniProfiler from http://miniprofiler.com/
Not sure will this work for ASP.Net 2.0 web application.
Any suggestion or help?