M
Mark Metzner
We currently have custom error logging setup on all of our websites. We
have IIS setup to redirect to our custom 500-100.asp page which logs the
error to a database and then redirects to a friendly error message page.
Last week we were working on a pretty troublesome error on our intranet site
and noticed huge discrepencies between the IIS Log and our error log
database. On this particular day for this particular site, the IIS Log has
literally thousands more errors logged than our database does.
I am very familiar with ASP error logging and completely understand how our
current system is working. I've been given the task of figuring out why
there are more errors in the IIS Logs than in our "dbSiteErrorLog" database,
the destination db of our custom 500-100 page.
The log will show all thousands of " |-|ASP_0147|500_Server_Error" messages
that don't have any matching records in our site error log database.
Any ideas why this discrepancy exists?
Would IIS log an error and not redirect to our custom 500-100.asp page?
How would I resolve this problem?
Thanks so much for any help anyone can provide!!
have IIS setup to redirect to our custom 500-100.asp page which logs the
error to a database and then redirects to a friendly error message page.
Last week we were working on a pretty troublesome error on our intranet site
and noticed huge discrepencies between the IIS Log and our error log
database. On this particular day for this particular site, the IIS Log has
literally thousands more errors logged than our database does.
I am very familiar with ASP error logging and completely understand how our
current system is working. I've been given the task of figuring out why
there are more errors in the IIS Logs than in our "dbSiteErrorLog" database,
the destination db of our custom 500-100 page.
The log will show all thousands of " |-|ASP_0147|500_Server_Error" messages
that don't have any matching records in our site error log database.
Any ideas why this discrepancy exists?
Would IIS log an error and not redirect to our custom 500-100.asp page?
How would I resolve this problem?
Thanks so much for any help anyone can provide!!