|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Http Error
Everytime when I redirect from one particular page to another, it will raise
4 exceptions, before Page_Load routine runs. I can't figure out a way to find out what are the exceptions. When I use Application Center Test, number of Http errors rises with the number of requests, so I suspect those are Http exceptions. The worst part is that, when total number of exceptions accumulated to certain extent, it seems to cause messive exceptions in aspnet_wp.exe process (24000 per second), which easily max out the processor. I can't end it unless I manually kill the process. I'm at a dead end, any advise will help, especially how I can figure this problem, or what you think may cause this kind of error. Thanks! -- George Kanchanavaleerat Is this in ASP.NET? If so, try posting in one of the ASP.NET groups. They
have "aspnet" in their names. This group is classic ASP. Ray at work Show quote "George" <Geo***@discussions.microsoft.com> wrote in message news:5B183EC5-0B9B-4376-A3CC-80C18FC32096@microsoft.com... > Everytime when I redirect from one particular page to another, it will raise > 4 exceptions, before Page_Load routine runs. I can't figure out a way to > find out what are the exceptions. When I use Application Center Test, number > of Http errors rises with the number of requests, so I suspect those are Http > exceptions. > > The worst part is that, when total number of exceptions accumulated to > certain extent, it seems to cause messive exceptions in aspnet_wp.exe process > (24000 per second), which easily max out the processor. I can't end it > unless I manually kill the process. > > I'm at a dead end, any advise will help, especially how I can figure this > problem, or what you think may cause this kind of error. Thanks! > -- > George Kanchanavaleerat Thanks Ray!
Show quote "Ray Costanzo [MVP]" wrote: > Is this in ASP.NET? If so, try posting in one of the ASP.NET groups. They > have "aspnet" in their names. This group is classic ASP. > > Ray at work > > "George" <Geo***@discussions.microsoft.com> wrote in message > news:5B183EC5-0B9B-4376-A3CC-80C18FC32096@microsoft.com... > > Everytime when I redirect from one particular page to another, it will > raise > > 4 exceptions, before Page_Load routine runs. I can't figure out a way to > > find out what are the exceptions. When I use Application Center Test, > number > > of Http errors rises with the number of requests, so I suspect those are > Http > > exceptions. > > > > The worst part is that, when total number of exceptions accumulated to > > certain extent, it seems to cause messive exceptions in aspnet_wp.exe > process > > (24000 per second), which easily max out the processor. I can't end it > > unless I manually kill the process. > > > > I'm at a dead end, any advise will help, especially how I can figure this > > problem, or what you think may cause this kind of error. Thanks! > > -- > > George Kanchanavaleerat > > > |
|||||||||||||||||||||||