Re: IIS 6 - "HTTP Error 500.13 - Server error: Web server is too busy." by Pat
Pat
Mon Mar 13 13:41:51 CST 2006
It means that the ASP thread pool is empty, and the max number of waiting
requests has been hit. Basically ASP is hung (HTML/Images will still work).
Run IISState against the process that is hosting your ASP pages when the
problem is happening and we may be able to diagnose the issue:
iisstate -p <pid of process running ASP pages> -d <enter>
Pat
"rob" <robin.dindayal@gmail.com> wrote in message
news:1142278191.924123.131680@u72g2000cwu.googlegroups.com...
> On any websites we have setup that share an IP address (one site is a
> catch-all and the others have host headers) we're sporadically getting
> the following error if we try to hit an .asp page...
>
> "HTTP Error 500.13 - Server error: Web server is too busy."
>
> For other sites that use the same code base but use a different IP
> address, we do not get this error.
>
> If anyone could help it would be greatly appreciated!
>
> ~Robin
>