I've built a ASP.NET webforms site for a customer, and lately the customer has been experiencing a lot of "Not implemented" error messages, while using the site.
Apparantly "Not implemented" is english for HTTP 501 error code, as explained here: http://www.checkupdown.com/status/E501.html
The browser used is Internet Explorer 7 with no add-ons, and so far, the problem only exists in this browser.
I log all ASP.NET application errors, and neither this application error log, nor the servers event log, nor the servers IIS http error log, shows any HTTP 501 error. Thus, I reasoned that it could only be a client-side thing, and I had the customer install Firefox along with a logging tool, so I could see all header traffic... to no avail, still no HTTP 501 errors.
I have not been able to reproduce the issue myself.
Only the customer experiences the error (as proved by screenshots from his machine), and only from his own internet connection.
The error occurs almost at random - it only happens on ASP.NET postbacks, but all kinds of actions trigger it: buttons, dropdownlists, sorting a list, etc. ... but only now and then, not every time.
I have no clue ... I've built quite a few websites in my time, but haven't seen this error before.
If you have any idea or feedback, I would appreciate it greatly. Thanks :)