This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_000_01BFC4B8.CBF6C6E0
Content-Type: text/plain

.cfml? should be .cfm

If you need .cfml then attached is the IIS instructions to add it... 
<<iiwarndf.htm>> 

This can also be used to get ColdFusion to process .html files....that is if
you need that type of thing.

Adam Reynolds
ColdFusion Consultant
HJ Heinz
Tel: 01344 397016  Fax: 01344 397010
Mobile: 07973 386620
Email: [EMAIL PROTECTED]

> ----------
> From:         Rahul[SMTP:[EMAIL PROTECTED]]
> Sent:         23 May 2000 14:14
> To:   [EMAIL PROTECTED]
> Subject:      Re: IIS not recognizing .cfml extension
> 
> Have u reinstalled CF server after installing IIS ? If no them pls do it
> so
> that CF server installation will add all ISAPI extentions to IIS. & if u
> want to mannually add it then pls refer to the same document in allaire's
> support site.
> 
> rahul
> 
> ----- Original Message -----
> From: Eric Bradburn <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Tuesday, May 23, 2000 6:16 PM
> Subject: IIS not recognizing .cfml extension
> 
> 
> > Hi, All
> >
> > I have encountered an issue with displaying pages with the .cfml setting
> > in IIS. I was able to do it previously with netscape server. I have set
> > the extension type to use the same .dll as .cfm files use but I get a
> > 404 when I type in search.cfml. The odd thing is if I type in
> > search.cfml and I have a file in the directory named search.cfm then it
> > will display. Any help would be appreciated.
> >
> > Thanks,
> > Eric Bradburn
> >
> >
> --------------------------------------------------------------------------
> ----
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> >
> 
> --------------------------------------------------------------------------
> ----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> 

**********************************************************************
 This email and any attachments are confidential and solely
 for the use of the intended recipient.  They may contain
 material protected by legal professional or other privilege.
 If you are not the intended recipient or the person responsible
 for delivering to the intended recipient, you are not authorised
 to and must not disclose, copy, distribute or retain this email
 or its attachments.  Although this email and its attachments
 are believed to be free of any virus or other defect, it is the
 responsibility of the recipient to ensure that they are virus free
 and no responsibility is accepted by the company for any
 loss or damage arising from receipt or use thereof.

**********************************************************************
------_=_NextPart_000_01BFC4B8.CBF6C6E0
Content-Type: application/octet-stream;
        name="iiwarndf.htm"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
        filename="iiwarndf.htm"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html><head><title>Setting Application Mappings</title>

<SCRIPT LANGUAGE=3D"JavaScript">
        TempString =3D navigator.appVersion
        if (navigator.appName =3D=3D "Microsoft Internet Explorer"){=09
// Check to see if browser is Microsoft
                if (TempString.indexOf ("4.") >=3D 0){
// Check to see if it is IE 4
                        document.writeln('<link rel=3D"stylesheet" type=3D"text/css" =
href=3D"/iishelp/common/coua.css">');
                }
                else {
                        document.writeln('<link rel=3D"stylesheet" type=3D"text/css" =
href=3D"/iishelp/common/cocss.css">');
                }
        }
        else if (navigator.appName =3D=3D "Netscape") {                                
 =09
// Check to see if browser is Netscape
                document.writeln('<link rel=3D"stylesheet" type=3D"text/css" =
href=3D"/iishelp/common/coua.css">');
        }
        else
                document.writeln('<link rel=3D"stylesheet" type=3D"text/css" =
href=3D"/iishelp/common/cocss.css">');
</script>=20

<META NAME=3D"DESCRIPTION" CONTENT=3D"Setting Application =
Mappings"></head>

<body bgcolor=3D"#FFFFFF" text=3D"#000000"><font =
face=3D"Verdana,Arial,Helvetica">

<h1><a name=3D"H1_37778069">Setting Application Mappings</a></h1>

<p>You can develop Web applications in a number of programming and =
scripting languages.  Internet Information Server (IIS) uses the file =
name extension of a requested resource on your Web site to determine =
which ISAPI or CGI program to run to process a request.  For example, a =
request for a file ending with the .asp extension causes the Web server =
to call the ASP program (Asp.dll) to process the request.   The =
association of a file extension with an ISAPI or CGI program is called =
<em>application mapping</em>.  IIS is preconfigured to support common =
application mappings.  You can add or remove mappings for all =
applications on a Web site or for individual applications.</p>

<big>To map an extension to an application</big><!--</p>--><br>

<ol>
<li>In Internet Service Manager, select the Web site or the starting =
point directory of an application.  </li>
<li>Open the directory's property sheets, and then click the =
<strong>Home Directory</strong>, <strong>Virtual Directory</strong>,  =
or  <strong>Directory</strong> tab.</li>
<li>Click the <strong>Configuration</strong> button, and then click the =
<strong>App Mappings</strong> tab.</li>
<li>Click <strong>Add</strong>, and in the <strong>Executable</strong> =
box, type the path to the ISAPI or CGI program that will process the =
file.  You must specify a program in a local directory on the Web =
server.</li>
<li>In the <strong>Extension</strong> box, type the file name extension =
you want associated with the ISAPI or CGI program.  When the Web server =
receives a URL identifying a file with this extension, it calls the =
associated program to process the request.</li>
<li> To allow the processing for files of this type in a directory with =
Script permission, select the <strong>Script Engine</strong> check box. =
  When a directory has Script permission set (instead of Execute =
permission), only files associated with applications that are =
designated script engines can be processed in the directory. </li>
</ol>

<p class=3D"bigfix">&nbsp;</p>

<big>To remove an application mapping</big>

<table border=3D"0" cellpadding=3D"0" cellspacing=3D"0">
<tr>
<td valign=3D"top"><IMG SRC=3D"../../../common/onestep.gif" =
border=3D"0" alt=3D"bullet"></td>
<td>In the <strong>App Mappings</strong> property sheet, select the =
extension, and then click the <strong>Remove</strong> button.  Requests =
for files with this extension will no longer be processed in this Web =
site or directory.</td>
</tr>
</table>
<p>&nbsp;</p>

<hr class=3D"iis" size=3D"1"><p align=3D"center"><em><a =
href=3D"../../../common/colegal.htm">&copy; 1997 by Microsoft =
Corporation. All rights reserved.</a></em></p>

</font>
</body>
</html>
------_=_NextPart_000_01BFC4B8.CBF6C6E0--
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to