Site hangs

  • Thread starter Thread starter Ajay
  • Start date Start date
A

Ajay

Hello All,
I am facing this problem of getting my asp.net site hung
most of the time after browsing. To be more explicit on
it, When I am clicking on a particular link it works but
sometime What happens is the same link will not work even
if you click on it several times and when you click you
can see something happening top right flag is moving but
it just keeps moving.
If you close the browser and browse the same, that
link/button will work smoothly and fast also. And after
some time the same probel will come with someother link o
r button. Close the browser, open the page and it works
fine. Sometime you do not have to close the browser just
press stop from ie meu click on it again and if you are
lucky it will work.

Thanks
 
Well there are a few things that could cause this....
1) You know that after every build where something changes, a new .dll is
built. Therefore, the server sees the change and rebuilds internally causing
a hang. It is kinda like RAM in your comp. Running a app for the first
time... starts slowly. Close it and re-run it... starts quickly.

2) Your .NET framework may be corrupted... may need to be reinstalled.

3) IIS may be corrupted or not configured correctly.

Hope this helps solve your problem.
 
Back
Top