> I have an odd problem that only occurs on one machine, running IE 6.0
> (latest SP etc.) and Windows Server 2000, .NET 2.0 SP1, whereby
[quoted text clipped - 5 lines]
>
> If the initial space padding is only 191 characters, it behaves fine!
I believe IE performs content sniffing to figure out what kind of text
it is given. The sniffing is very simple - it just looks for <html> tag
in the first few characters of the text. I've seen this problem with
regular standalone IE, when a) a page has, say, a large comment at the
top before <html> tag, and b) the server sends an incorrect Content-Type
header, usually text/plain.

Signature
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
Dylan Nicholson - 24 Aug 2007 00:33 GMT
> > I have an odd problem that only occurs on one machine, running IE 6.0
> > (latest SP etc.) and Windows Server 2000, .NET 2.0 SP1, whereby
[quoted text clipped - 12 lines]
> top before <html> tag, and b) the server sends an incorrect Content-Type
> header, usually text/plain.
Yes, I figured that's what it was doing...just don't get why it only
occurs on the 2000 server machine.
That machine has I.E. 6.0.2800 and it appears there's no way of
upgrading to it 6.0.2900, which is what my XP machine has, where it
works fine.