Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What will we do if we find that our web application is running very slow all of a sudden (This answer should include both .net and SQL server)
Posted

The first thing to do is investigate what your application is doing and whether it is doing anything wrong, or doing something right but in the wrong way. It is impossible for anyone to guess what might be the problem without a good understanding of your code.
 
Share this answer
 
Comments
fjdiewornncalwe 9-Feb-11 11:16am    
The first thing he should do is read his textbooks before writing an exam. :)
+5.
Richard MacCutchan 9-Feb-11 12:21pm    
:laugh:

  • Have a look at your Firewall / IIS logs and see if you are under heavy load (maybe a ddos-attack?)
  • Check for locks and freezing jobs on the database with the activity monitor
  • If you have access to, check the CPU/RAM usage on your server, maybe an application is consuming too much resources...
  • etc..

Good luck finding the issue!
Phil
 
Share this answer
 
v2
Comments
siva455 9-Feb-11 6:10am    
thanks for your answer,ddos attack is this any virus u mean to say...?
siva455 9-Feb-11 6:20am    
U mean to say in IIS logs we can check the number of users....?
correct me if im wrong...and logs are under system32/.??
Philip.F 9-Feb-11 7:11am    
DDOS: http://de.wikipedia.org/wiki/Denial_of_Service
But that's just a possibility..

For checking the current request amount: go to Control Panel/Administrative Tools/Reliability and Performance Monitor, add counter "Request current" and "Request queued" under ASP.NET vX (Your asp version)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900