Hello Sir,
Please let me know, the steps which we can follow to exactly identify the cause of the slowness of the ASP.Net Pages, even that the queries executing are being optimized on DB Server, the ViewState is taken care of & Sessions too.
As far as i have analyzed, the IIS is queueing up the requests at Server end, whether its a Network Problem or something else.
How to identify what is slowing down the response of the pages on IIS even after applying all the IIS Level configurations.
I mean, how to identify the function, Call Stack, why the page is slow? etc.
I am done with DebugDiag, windbg, ADPlus as it requires its own expertise.
I have seen various tools, as they are paid ones, available for monitoring the performance of the ASP.Net Site, why the ASP.Net is really slow.
Though the Microsoft sites are not that slow i.e. they respond in a timely fashion.
Please suggest.
1) Performance analysis
a) Health monitoring
b) Performance counters
c) Profilers
2) Load testing