web.config customErrors cached?

  • Thread starter Thread starter Kelmen Wong
  • Start date Start date
K

Kelmen Wong

Greeting,

We are using the customErrors for error-page-redirection.

There's an instance some error occured and the error-page redirected
as expected. However any subsequent hit to the web app will
consistently being redirect to the error-page.

The problem resolved after we purposely update the web.config.

I did some research but no clues on this. Anyone experienced this or
any idea/suggestion?

PS: Damn, the .NET is giving us lot of hell of life. So many XFiles!
 
Okay, we managed to trace the problem up to a stage.

It would have been better if the IIS log also put in the err-code
(Server Too Busy) in it, instead of just the 200 (OK, after being
redirected to the custom err page).
 
Back
Top