D
Danny
Hi All,
Yesterday I ran my ASP.NET application as a client and it had serious
performance issues (clicking a button and waiting 2 minutes to get a
response, images downloaded very slowly, etc.), so I've entered
another application on the same server, but this one was a classic ASP
application and it performed fast as always.
I sometimes get users feedback about poor performance of the asp.net
app, but I've never experienced it myself, and now I have, making me
very concerned... Because the poor performance problem only happens
SOMETIMES, making it difficult for me to find the factors that causing
it.
So the question is: How can I optimize my asp.net application for best
performance?
Using .net 2.0, Windows Server 2003, IIS 6, SQL Server 2000,
sessionState mode is "InProc".
The asp.net application has its own application pool.
Any thought or idea would be appreciated.
Danny
Yesterday I ran my ASP.NET application as a client and it had serious
performance issues (clicking a button and waiting 2 minutes to get a
response, images downloaded very slowly, etc.), so I've entered
another application on the same server, but this one was a classic ASP
application and it performed fast as always.
I sometimes get users feedback about poor performance of the asp.net
app, but I've never experienced it myself, and now I have, making me
very concerned... Because the poor performance problem only happens
SOMETIMES, making it difficult for me to find the factors that causing
it.
So the question is: How can I optimize my asp.net application for best
performance?
Using .net 2.0, Windows Server 2003, IIS 6, SQL Server 2000,
sessionState mode is "InProc".
The asp.net application has its own application pool.
Any thought or idea would be appreciated.
Danny