About .NET and Server too Busy Error
am 23.01.2007 17:42:22 von unknownHi,
i have a web application make in .NET 1.1 SP1 and sometime the customers
telle me that this error occurred :
Server Error in '/MyApp' Application.
size=1 color=silver>
Server Too Busy
Description: An unhandled exception occurred during the
execution of the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Server Too
Busy
Source Error:
|
Stack Trace:
But it's a really "web server too busy" problem or a FrameWork/Application problem ? On the same server in the same webiste i have also a classic ASP 3.0 application with more traffic but for this the error was not displayed. Thanks in advance. Re: About .NET and Server too Busy Erroram 23.01.2007 21:16:16 von David WangLook at the ASP.Net Request Queued counter. It's probably high, > > > > Server Error in '/MyApp' Application. |
>
> > > > |
>
>
>
>
>
>
>
> Stack Trace:
>
>
>
>
>
> > > > But it's a really "web server too busy" problem or a FrameWork/Application > problem ? > > On the same server in the same webiste i have also a classic ASP 3.0 > application with more traffic but for this the error was not displayed. > > Thanks in advance. Re: About .NET and Server too Busy Erroram 24.01.2007 10:52:30 von wjzhangHi, |