So I just got Vista, and of course, it's been one pain after another.

I'm installing a developer copy of CF on my machine, running IIS 7,
and the install went perfectly, until I tried to run that CF
Administrator. I get the following error:
===================================================
Description: The page you are requesting cannot be served because of
the Multipurpose Internet Mail Extensions (MIME) map policy that is
configured on the Web server. The page you requested has a file name
extension that is not recognized, and is not allowed.

Error Code: 0x80070032

Notification: ExecuteRequestHandler

Module: StaticFileModule

Requested URL: http://localhost:80/CFIDE/administrator/index.cfm

Physical Path: C:\inetpub\wwwroot\CFIDE\administrator\index.cfm

Logon User: Anonymous

Logon Method: Anonymous

Handler: StaticFile

Most likely causes:

It is possible that a handler mapping is missing. By default, the
static file handler processes all content.
The feature you are trying to use may not be installed.
The appropriate MIME map is not enabled for the Web site or
application. (Warning: Do not create a MIME map for content that users
should not download, such as .ASPX pages or .config files.)
===================================================
Of course it's the MIME type. That much I've figured out. I'm not much
of an admin whiz, but when I went into the IIS administrator and
looked up MIME types, there were no references to .cfm page, or .cfc
pages. I googled a bit and was able to find solutions for IIS 6, but
nothing for IIS 7.

In the IIS admin, I can clearly see that it's relatively easy to add a
MIME type, and it's pretty self explanatory, but the part I'm lacking
is the actual MIME type string. I tried "application/octet-stream" but
that just prompted me to download the page.

Does anybody have the MIME type handy? I've installed it under IIS so
it's in Inetpub/wwwroot/CFIDE if that helps any. Like I said, I'm not
really familiar with the admin workings of IIS and I regret that I
don't have more experience with it, but it's always "just worked" and
I've never really had to mess with IIS very much. Any help is greatly
appreciated, even if it's just a url pointing me to the right
solution.

Thanks in advance...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281127
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to