In my IIS log I see many instances of sc-bytes=0.
The time-taken for these entries are generally higher than average. I can see various values of sc-win32-status like 64, 22, 121, 1236 etc. Most of them have sc-status 200. Few have sc-win32-status 400.
Now I want to analyse each situation to figure out what happened in IIS. But this MSDN site gave only the error name and not a detail about when they can occur. I found a good article here which gave a good scenario description for sc-win32-status = 64 and sc-status = 200 with high time-taken.
I wanted a similar explanation for all sc-win32-status. Is there any site which gives details about scenario for sc-win32-status codes?
Else can anybody explain when do we get following values for sc-win32-status: 64, 22, 121, 1236.
The network connection was aborted by the local system
[you can look up their names w/net helpmsg 1236
] so there is an issue with iis communicating with clients, you will have to identify the problem on your network – Measly