Asp.net application hangs frequently
I have a web application which runs smoothly locally asp.net web application i mean, but when i go live it gets hangs almost on every page?any one can assist me ??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vincent Maverick DuranoPosted May 9, 2015, 5:46 AM
There are many possible reasons why the page loads very slow especially on initial load and these includes, internet connection, grabbing huge data from db, displaying large images, bunch of JavaScripts and so on...
Looking at your current issue. It seems like you are having a memory leak problem. You need to review your code to ensure that you are closing and disposing unmanaged resources such as database connections properly.
Danish HabibPosted May 8, 2015, 6:14 PM
Vincent Maverick DuranoPosted May 8, 2015, 3:31 PM
Danish HabibPosted May 8, 2015, 3:29 PM
Dipankar BiswasPosted May 8, 2015, 3:20 PM
check this links ..https://www.leansentry.com/Guide/IIS-AspNet-Hangs
http://www.sitepoint.com/aspnet-performance-tips/
thanks..