« Previous Next »
Last post 10-10-2007 11:14 PM by qbernard. 11 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (12 items)
Sort Posts: Oldest to newest Newest to oldest
Hi, Thanks for reading, first post here.On a ASP page get Intermittent error (IIS 5). The page is known good* code with standard login (usernm, pasword ) & works for most of users.Just some users get error HTTP Error 500 with: Overlapped I/O operation is in progressThere's nothing in Event log or DCOM errors.Any ideas of where the problem could be ??? Is it even IIS ?
Thanks !
Nothing in event log ? I'm sure you will find some entries there, if not..... zzzzz... can't even think of one reason for if not.
Anything relevant here?http://www.google.com/search?sourceid=navclient&aq=t&ie=UTF-8&rls=GGLG,GGLG:2006-01,GGLG:en&q=iis+Overlapped+I%2fO+operation+is+in+progress
thanks qbernard & tomkmvp
I've looked at both App & Syst. log. No mention of DCOM or ASP. Could it be under anything else ?
Yes, I've looked (alot :) google's results and didn't see anything relevant
The only thing the shared with MSKB article '297989' http://tinyurl.com/6ke24is the ERROR HTTP 500 - Internal server error or Overlapped I/O operation is in progress
Puzzling that this happens only to some users ? & for them, the SAME page works fine if its https: vs http:
When odd things like this happen. I turn on auditing, run filemon on the server / machine to see what exactly is being accessed. This can help provide clues or help provide some first steps.
ya. interesting.. only some users and works for https but not http?Any custom isapi installed ? proxy server in between ?? ??
and i still don't believe no event log :) you looking at the correct machine ? kekeke.
Thanks for the ideas. One user's network does have a ISA Server that was updated BEFORE the problem began. So looking there.Nope nothing in event log. & trust me I've looked & looked & ...
Is there any type of application logic that would validate the user and / or the location where they are coming from? Until you can reproduce the issue, it is hard to provide some advice.
Can you confirm this ?>>ya. interesting.. only some users and works for https but not http?Any custom isapi installed ? proxy server in between ?? ?? <<
@qbernard yes ISA proxy server on user end that they are investigating. I'm waiting on results. Do you mean ISAPI on my or user's end ? @steve No location specific logic in code in ASP pages . Where else would it be in IIS ?
thanks,
That would be on server end.Another question - can you confirm that the page can be visit via https but not http? all users or few ? any more related event log?