Developer forum

Forum » Development » Server Too Busy

Server Too Busy


Reply
Hi,

I have a specific website that is always getting an System.Web.HttpException: Server Too Busy
error.

If I make a IISReset the problem is solved for 2/3 ours and then I get the same error again.

I've published a solution on server that only has 1 more solution (on a diferent application pool) and I'm still getting the same problem again and again and again.

The strange thing is that it only affects that solution. The other solution that is installed in the same server doesn't get affected by this error or situation.

Any ideas on how to solve it?

Best Regards,

RA


Replies

 
Nicolai Høeg Pedersen
Reply
That would require some investigation on the server.

It can depend on how busy the website is - many visitors?

Server too busy is too many connections to it. It could also be a problem with redirects or something like that.

Take a look at the log-file for the website and look for way to many requests for one file, from one specific IP, a lot of 302/301, a lot of 500 or other unormal stuff.

That usually guides me in the direction of the problem.
 
Reply
Thanks! I will look into that!

 

You must be logged in to post in the forum