We are currently facing a strange issue.

We are having an error logging functionality that logs errors occurring to a database.

A scenario occurs where there is an error occurring in the application, custom error page comes up.

When looked in the database for error description error is not logged at all.

However, when the Custom error mode is set to Off and a save is given to the web.config file the error no more occurs and the application works all fine.

In short, Error disappears on just opening and saving the web.config file.

What might be actually causing this strange issue?

link|improve this question
1  
Opening/saving the web.config actually restarts the app pool and thus your app - like a machine reboot almost. This might be resetting your app and thus get rid of an error condition.... – marc_s May 2 '11 at 5:13
any idea on how this can be rectified or the error be averted without openeing and saving the web.config? – user733934 May 3 '11 at 1:50
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.