W
Win, Pats
Sorry if this is OT, I'm not sure where else to research this...
I recently added a "global error handler" via an HTTP Module so I could log
all otherwise unhandled exceptions.
Every day I get a number of exceptions in one of my sites (published on the
Internet) that are as follows:
Message: Exception of type System.Web.HttpException was thrown
Source: System.Web
Member: Method
MemberName: MapHttpHandler
The User Agent: Mozilla/5.0 (compatible; Yahoo! Slurp;
http://help.yahoo.com/help/us/ysearch/slurp)
The value of RawURL shows me that it is requesting pages that simply do not
exist in the Web site. The pages requested have only existed in the past
(more than a year ago).
What can I do about this? I'm tired this crawler causing these exceptions.
Alternatively, is this simply something I have to live with as anyone can
request a non existant page and I'd get this error (in which case I'd be
better off having my logging routine ignore these exceptions)?
Thoughts? Perspective?
Thankse!
I recently added a "global error handler" via an HTTP Module so I could log
all otherwise unhandled exceptions.
Every day I get a number of exceptions in one of my sites (published on the
Internet) that are as follows:
Message: Exception of type System.Web.HttpException was thrown
Source: System.Web
Member: Method
MemberName: MapHttpHandler
The User Agent: Mozilla/5.0 (compatible; Yahoo! Slurp;
http://help.yahoo.com/help/us/ysearch/slurp)
The value of RawURL shows me that it is requesting pages that simply do not
exist in the Web site. The pages requested have only existed in the past
(more than a year ago).
What can I do about this? I'm tired this crawler causing these exceptions.
Alternatively, is this simply something I have to live with as anyone can
request a non existant page and I'd get this error (in which case I'd be
better off having my logging routine ignore these exceptions)?
Thoughts? Perspective?
Thankse!