Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

I have an application which is working fine in less traffic but when user increased its very very slow. My CPU utilization goes 100% and RAM also. I am using "SQL DataBase MAIL" also. But sometime none can access my application. I am using IIS 8.0. How can identify is it server or application or database issue.
Posted
Comments
ravikhoda 22-Jul-14 6:02am    
use trace enable option and see which event taking a long time to complete the request. also check if at any place do you have a very large amount of data that you are binding with for loop and iterate the data on some HTML or something. i have this issue when i was creating a custom HTML with around 5000 records, run for loop and generate a dynamic layout as per my need. this will make the system to take infinite time and no other user can send other request and eventually no one can access the site.

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