We have the following setup: IIS 5.1 on Win2K server with ASP.NET
enabled running several web applications. About 4 to 50 Web clients
running MSIE6.0 connect to these webapps on company intranet, Windows
authenticated. Session timeout is set at 900 minutes. The load on the
IIS is definitely light: only about a hit a minute or less. We
experience the following scenario:
A client sends out a POST request, and gets a timeout (we suppose).
Without the operator at the client touching anything on his IE screen,
the client has POSTed not one but six or even up to three hundred
requests with exactly the same information. The ASP.NET app has duly
handled these requests, and we have to remove the spurious data via
SQL-scripting. This happens seldomly, but unexpected.
The IIS logs this all by registering an anonymous POST with status
code 500 (sc-win32-status is 10054 (client disconnected itself)).
After that the series of POST requests mentioned above shows up.
_These_ requests are not anonymous but Windows authenticated as they
should be.
Anybody has an idea what is going on here? What am I to do to fix
this?
Thanks,
Michiel.
groeten,
Michiel.
mailto:mjl.rademakers@planet.nl