Click here to Skip to main content
15,887,915 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear members,

I have an windows server 2003 and sql server 2008 express edition.
Three asp.net web applications are running on same server.
Previously it used to run perfectly
Suddenly one of three web application runs too slow after certain interval.
Its takes almost 15 to 20 sec to perform server events and the end user keeps on waiting.
To overcome the problem ,i always reset the iis, and for time being the problem gets solved and application runs smoothly.

As far as application is concerned,code is optimised and no such issues with records retrieval from database.

What measures can be taken to speed up the iis , or else how could i find out whether its a iis problem or not
I need to find the pain area?
Posted
Comments
Rob Branaghan 23-Nov-12 5:10am    
Do you have a lot of data in the database?
Reason I ask is due to the express versions only using 1gb ram even if more exists.
coded007 27-Aug-14 4:33am    
clean temporary database in sql server

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