Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Localhost keeps hanging ?

Status
Not open for further replies.

scoobytwo

Technical User
Oct 3, 2002
9
GB
Hi - just venturing into learning asp.net and have installed IIS & the latest asp.net framework.(running on XP pro)

My problem is i am working locally on a site and a lot of the time when i make changes to the code, when the browser is refreshed it takes a long time then just seems to hang about half way across the progress bar, and renders endtask useless too, forcing me to reset. However i have found if i restart IIS after changes (before refreshing ie) - it works fine.

Has anybody got any suggestions as how to solve this problem ? or what it could be ? as surely i should never have to touch restart IIS and also IE shouldnt be freezing ?

I realise this may be more if a IIS/windows issue but as it relates to asp.net development i was hoping someone may be able to help with this really frustrating problem!

thanks

 
It's probably just the compiler compile your code again (each time you make a change the complier makes you a new dll in your bin folder). Does it "freeze" for a long time but then eventually work?

----------------------------------------------------------------------

Need help finding an answer?

Try the search facility ( or read FAQ222-2244 on how to get better results.
 
It should take a "little" time. How much RAM do you have, how many db connection are you opening that aren't getting disposed and what else are you running when this behavior occurs? When you're ready to look at your new (improved) page try just hitting <Control><F5> and see if it makes any difference. If it doesn't then make sure the Garbage Collector is getting rid of the garbage.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top