Re: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-12 Thread Azadi Saryev
it's under "Mime Types", not "File Types"... Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Jim McAtee wrote: > Thanks, but it appears to be completely wrong for IIS 6. There is no > "HTTP Headers" => "File Types..." that I can see. > > > ~~

Re: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-12 Thread Robbie Byrd
The only thing I was able to find was in IIS's metabase... The HttpCustomHeaders property. http://technet.microsoft.com/en-us/library/cc784298.aspx But when it gets into editing the metabase, I got no clue. :) Although in IIS, if you right click on a site and go to HTTP Headers, there's a sec

Re: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-11 Thread Dave Watts
> > > > > > FYI: the above must appear in the first 1024 bytes of the response. I think the original poster is trying to specify the content type for non-CF documents, not CF documents. This would be handled by the web server, and not by CF. Dave Watts, CTO, Fig Leaf Software http://www.figlea

RE: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-11 Thread Adrian Lynch
ct: Re: (ot) Setting IIS 6 Content-Type HTTP header > > > > > FYI: the above must appear in the first 1024 bytes of the response. > > Cheers, > Kris > > >> From: "Dave Watts": > >>> > >>> CF sets the content type for documen

Re: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-11 Thread Kris Jones
FYI: the above must appear in the first 1024 bytes of the response. Cheers, Kris >> From: "Dave Watts": >>> >>> CF sets the content type for documents generated by CF. Otherwise, IIS >>> sets the content type. >> >> Ok, that's the impression that I got. Where can it be set? > > > ~~

Re: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-10 Thread Jochem van Dieten
On Wed, Feb 11, 2009 at 2:16 AM, Jim McAtee wrote: > From: "Dave Watts": >> >> CF sets the content type for documents generated by CF. Otherwise, IIS >> sets the content type. > > Ok, that's the impression that I got. Where can it be set? Jochem -- Jochem van Dieten http://jochem.vandieten.

Re: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-10 Thread Jim McAtee
- Original Message - From: "Dave Watts" To: "cf-talk" Sent: Tuesday, February 10, 2009 5:41 PM Subject: Re: (ot) Setting IIS 6 Content-Type HTTP header >> Maybe more on topic than off... Is the Content-Type header actually >> being >> set by C

Re: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-10 Thread Jim McAtee
- Original Message - From: "Dave Watts" To: "cf-talk" Sent: Tuesday, February 10, 2009 5:43 PM Subject: Re: (ot) Setting IIS 6 Content-Type HTTP header >> Does anyone know how to redifine the Content-Type HTTP header that is >> sent >> by IIS

Re: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-10 Thread Dave Watts
> Maybe more on topic than off... Is the Content-Type header actually being > set by CF? I see that when I request a simple html file from IIS I get a > Content-Type of just "text/html". > > If CF is setting this, where can it be configured? CF sets the content type for documents generated by C

Re: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-10 Thread Dave Watts
> Does anyone know how to redifine the Content-Type HTTP header that is sent > by IIS 6? Right now, its: > > Content-Type: text/htm; charset=UTF-8 > > We wanted to change the charset to iso-8859-1. In the IIS MMC I can add a > custom HTTP header, but defining a Content-Type header there adds ano

Re: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-10 Thread Jim McAtee
cAtee" To: "cf-talk" Sent: Tuesday, February 10, 2009 1:42 PM Subject: (ot) Setting IIS 6 Content-Type HTTP header > > Does anyone know how to redifine the Content-Type HTTP header that is > sent > by IIS 6? Right now, its: > > Content-Type: text/htm; charset=

(ot) Setting IIS 6 Content-Type HTTP header

2009-02-10 Thread Jim McAtee
Does anyone know how to redifine the Content-Type HTTP header that is sent by IIS 6? Right now, its: Content-Type: text/htm; charset=UTF-8 We wanted to change the charset to iso-8859-1. In the IIS MMC I can add a custom HTTP header, but defining a Content-Type header there adds another to t