
01-16-2010
|
|
|
|
Re: Error on page
"Steve" <Steve@discussions.microsoft.com> wrote in message news:E2125B5D-381F-483F-B6E8-AF1D6CF760F7@microsoft.com...
>I am constantly getting this "Error on Page" on various web pages. It does
> not let me go beyond the error page. Here is the latest when I was attempting
> to ge to run a "Full Service Scan" from "Windows Live OneCare":
>
> Webpage error details
>
> User Agent: Empty (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET
> CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729;
> msn OptimizedIE8;ENUS)
"Empty?" How did that get there? Almost universally that will say
Mozilla/4.0 instead. E.g. that is what the MSIE 8.0 is supposedly
compatible with. I have no idea what a host would think being
compatible with Empty might mean. Typically what happens
when a host can't parse a User-Agent string is that it just assumes
the worst and decides that your browser has 0 capabilities, such as
no script support (and certainly no ActiveX support), etc. Then, if other
components for that page do get included by making different assumptions
about the User-Agent it should be no wonder that the browser reports errors
from the resulting inconsistencies.
Fix your User-Agent string!
FYI
Robert Aldwinckle
---
|