disable http 1.0 capabilities
am 23.10.2007 16:41:04 von TerryCan this be disabled somehow in IIS for 2000 and 2003?
Can this be disabled somehow in IIS for 2000 and 2003?
AFAIK this isn't possible
Cheers
Ken
--
My IIS Blog: www.adOpenStatic.com/cs/blogs/ken
"Terry"
news:3D1B7EEC-A940-490C-BA90-FF989B2C1A21@microsoft.com...
> Can this be disabled somehow in IIS for 2000 and 2003?
Hello,
As far as i know this functionality is not available. You can however
probably write an ISAPI filter that checks if the HTTP request is HTTP
1.1, and respond accordingly.
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
Terry wrote:
>Can this be disabled somehow in IIS for 2000 and 2003?
That's an interesting idea. I bet some load balancer/proxies can control
this too but that doesn't apply to me. I was hoping for something 'out of
the box'. :)
"Kristofer Gafvert" wrote:
> Hello,
>
> As far as i know this functionality is not available. You can however
> probably write an ISAPI filter that checks if the HTTP request is HTTP
> 1.1, and respond accordingly.
>
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> Terry wrote:
>
> >Can this be disabled somehow in IIS for 2000 and 2003?
>