ASP.NET performance problem
-
I have a Windows2000 based server, running many ASP.NET application. Occasionaly performance of the servers starts to degenerate enormously, and users start calling/complaining. When I check I see the process 'aspnet.exe' taking up a huge amount of CPU. Question now is, how do I find out which application is causing this problem? Any suggestions?
-
I have a Windows2000 based server, running many ASP.NET application. Occasionaly performance of the servers starts to degenerate enormously, and users start calling/complaining. When I check I see the process 'aspnet.exe' taking up a huge amount of CPU. Question now is, how do I find out which application is causing this problem? Any suggestions?
AFAIK, there is no efficient way to find out which application is causing the problem. You can just check the event log for warnings and error messages, that might help you. Or analyze which website is getting more traffic and doing some heavy operations. That would be the one causing problem.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions