ASP.Net 2.0 Very Slow ...

Hi,

I have a web application writted in ASP.Net which from time to time runs soooo slow! It simply looks like the website hanging ... their is nothing fancy with it and the main page doesnt even do any database interactivity so is essentially text and images. Any ideas why it would be so slow? Its on a Jodo shared accoutn ... could taht be it? It gets a lot of hits ... could it be down to that?
 
Thanks for that Stephen ... is there anyway to stop this / speed it up or anything similar? our .Net 2 applications seem to be so slow compared to our older .net 1.1 ones.
 
Thanks for that Stephen ... is there anyway to stop this / speed it up or anything similar? our .Net 2 applications seem to be so slow compared to our older .net 1.1 ones.

You can try a precompiled app, that will cut some time off, also make sure your web.config does not have debug enabled.
 
Back
Top