Mobile app version of vmapp.org
Login or Join
Pierce454

: Undefined 404's not logging Our custom 404 page sends us Emails to notify us of broken links. We've been lately getting emails with such a missing page: http://domain.com/undefined However, no

@Pierce454

Posted in: #Iis #Logging

Our custom 404 page sends us Emails to notify us of broken links. We've been lately getting emails with such a missing page:
domain.com/undefined
However, no log entries (IIS) exist on that time with such a request. Further - no log entries exist with the requesting IP (also sent in the email).

What can this mean?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Pierce454

1 Comments

Sorted by latest first Latest Oldest Best

 

@Pierce454

I have encountered similar things in IIS before, what happens (I think) is that IIS has utilities to check syntax errors or compatibility issues within files that it views as executable. Regardless why it does it, the server will parse this file. Because it effectively renders a page, your mailing functions (or any other functions for that matter) will fire. IIS won't generate a log entry because it isn't a "true" request, it is just the server performing some sort of maintenance or run-through.

I am not 100% sure why IIS does this, whether it is a syntax thing or not, but I know that I have had a few pages generate database content with no record of logs or any other user tracking.

Here is a configuration link that might be helpful: MSDN Custom Error Pages

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme