html - IE sometimes requests homepage (site root) at the same time as other page -


my site consists of sequence of form-submits. small number of browsers, less 1% , perhaps ie browsers, request home page @ same time every content page. 1 of problem browsers, typical section of iis logs looks this:

15-mar-13   11:07:39 pm post    /content.asp 15-mar-13   11:07:39 pm /mainstyle.css 15-mar-13   11:07:39 pm /images/logo.gif 15-mar-13   11:07:39 pm /images/bar.gif 15-mar-13   11:07:39 pm /images/fill.gif 15-mar-13   11:07:39 pm /images/pbtop.gif 15-mar-13   11:07:39 pm /images/hr.gif 15-mar-13   11:07:39 pm /index.htm 15-mar-13   11:07:39 pm /images/pbbottom.gif 

the request /index.htm spurious (and causing lot of trouble). (iis logs "/index.htm" when request "/".) because iis logs resolved down full second, , items don't appear in exact sequence, it's hard sure if strange request index.htm being triggered preceding page, or in page loading.

my first thought maybe there blank src="" in page somewhere, there isn't, @ least not in browser use test. drives me nuts, because can't duplicate it, , happens tiny fraction of users.

has ever seen this, or guess cause it?

disable "content advisor" in ie, via "tools-> internet options-> content tab"...

if don't have access button because "content advisor" protected password, can try this: http://www.wikihow.com/remove-content-advisor-password-in-internet-explorer.

i had same issue , solved reported on http://social.msdn.microsoft.com/forums/en-us/iewebdevelopment/thread/86c5130a-d4fa-471b-87b1-7bf51c36eb9e


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -