Strange IIS/Asp.net Exception Message

Posted by Element on Server Fault See other posts from Server Fault or by Element
Published on 2009-07-19T20:52:45Z Indexed on 2010/04/23 3:03 UTC
Read the original article Hit count: 369

Filed under:
|
|

I have a standard asp.net 2.0 application running on IIS 6. I have noticed some strange exception messages in the logs. They seem to be caused by random spam bots trying to submit forms. They are strange because the request string is huge and all the exception details in the event manager are messed up, they have been replaced with %21,%22, etc.. as seen in the screen shot. Is this some kind of exploit or just a bug in the asp.net exception handler/logger ?

Exception

UPDATE: I traced the requests that are causing this strange log event to a bug in IE8 that causes it to request scriptresource.axd?d={html from page} as described in these links:

I am still not sure why these requests would break the IIS log event like seen above, they are just long strings of jiberish being sent to the server, maybe someone reading this can shed some light on it.

© Server Fault or respective owner

Related posts about iis6

Related posts about ASP.NET