Freds
2006-09-14 16:00:02 UTC
I have a standard ASP.Net web-service (W2003 SP1/II6.0/.Net 1.1), which runs
fine, except from some client site.
Basically, the server does not send a response back.
Looking at the server logs, I see that the missing responses are logged with:
- http status = 200 (fine)
- sc-win32-status = 121 (not fine)
Using the logman utility, I found out that no bytes have actually been
sent!!?!?
e.g.:
IISGeneral: GENERAL_REQUEST_END - IIS ends processing a request
HttpStatus: 200
HttpSubStatus: 0
BytesSent: 0
BytesReceived: 1341
ContextIDSeq: 1
Timestamp: 13:21:34.718.750000
How could that be?
What could be the issue?
Regards
fine, except from some client site.
Basically, the server does not send a response back.
Looking at the server logs, I see that the missing responses are logged with:
- http status = 200 (fine)
- sc-win32-status = 121 (not fine)
Using the logman utility, I found out that no bytes have actually been
sent!!?!?
e.g.:
IISGeneral: GENERAL_REQUEST_END - IIS ends processing a request
HttpStatus: 200
HttpSubStatus: 0
BytesSent: 0
BytesReceived: 1341
ContextIDSeq: 1
Timestamp: 13:21:34.718.750000
How could that be?
What could be the issue?
Regards