« Previous Next »

Thread: ColdFusion does not know how to setup IIS 7

Last post 12-03-2009 12:32 AM by vijer. 28 replies.

Average Rating Rate It (5)

RSS

Page 2 of 2 (29 items) < Previous 1 2

Sort Posts:

  • 11-20-2006, 1:44 PM In reply to

    • JoshPR
    • Not Ranked
    • Joined on 11-20-2006, 1:50 AM
    • ST Louis, MO
    • Posts 5

    Re: ColdFusion does not know how to setup IIS 7

    Sweet, I will keep ya posted. 
    ~ coding is life ~
  • 11-20-2006, 4:14 PM In reply to

    • JoshPR
    • Not Ranked
    • Joined on 11-20-2006, 1:50 AM
    • ST Louis, MO
    • Posts 5

    Re: ColdFusion does not know how to setup IIS 7

    Good afternoon,

     I added the metabase capability, uninstalled CF7, reinstalled CF7 and when it pulls up the URL to complete the installation, it Shows an error page like usual with the 404 error.

     Any further ideas?  IIS 6 was a lot easier, Im sure IIS 7 rocks once you get the hang of it, but for now its causing some frustrations around here.

     Let me know what you think.

    ~ coding is life ~
  • 12-03-2006, 12:17 AM In reply to

    • iambnnu
    • Not Ranked
    • Joined on 07-06-2006, 9:15 PM
    • Dallas Texas
    • Posts 7

    Re: ColdFusion does not know how to setup IIS 7

    I followed the instruction and found that after changing Vista to a basic windows style, and installing the aforementioned add-in I was able to load ColdFusion 7 but once loaded got the same error with the administration page. I finally just loaded it as a stand alone server and it is working. I will just used it as is and wait for Adobe to update their software.

     iam bennu

    iam bennu

    iamARTevolutions
  • 03-28-2007, 9:55 AM In reply to

    • Guba
    • Not Ranked
    • Joined on 03-28-2007, 1:45 PM
    • Posts 3

    Re: ColdFusion does not know how to setup IIS 7

    Thomas,

    I was suffering the same problem of these collegues.

    I was trying to install ColdFusion mX 7.02 onto a new VISTA Business PC, and I incurred in the ssame problems.

    I installed CF with the compatibility system, but at the moment to add the script mappings I receive these messages (excusemy bad translations, I have an Italian verions)

    (Message 1)

    Activte the ISAPI extension ? In this case the extension will be added as allowed item into the ISAP and CGI restriction. If the extensions are already in the list they will be allowed.

    At this I click on YES. At this time I have back a second message box with an error that tells(again sorry for the translation from Italian to English):

    One or more modules for the manager (?provider?) are not present in the modules list. If you are trying to add a script mapping, the module ISAPIMODULE or CGIMODULE is not present in the modules list.

     

    What does it mean ? When I tried to edit applicationhost.config the section <isapirestriction /> was empty. Does this matters something ?

    Could you help me please ?

    Thanks a lot in advance.

    Sergio 


     

  • 04-17-2007, 10:41 PM In reply to

    • JoshPR
    • Not Ranked
    • Joined on 11-20-2006, 1:50 AM
    • ST Louis, MO
    • Posts 5

    Re: ColdFusion does not know how to setup IIS 7

    Hey guys, me again

     I havent had time to mess with this for sometime:

     

    I uninstalled CF7 - Made sure all my IIS 7 items where checked

    Reinstalled CF7 - THen I had to manually add the handlers and isapiCGI stuff, the thing I think is missing is the ISAPI filters.

     As of now its still not working - any additional help is much appreciated:

    Server Error in Application "Default Web Site"


    HTTP Error 500.0 - Internal Server Error

    Description: The page cannot be displayed because an internal server error has occurred.

    Error Code: 0x8007045a

    Notification: ExecuteRequestHandler

    Module: IsapiModule

    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: AboMapperCustom-11742443

    Most likely causes:

    • IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.
    • IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.
    • IIS was not able to process configuration for the Web site or application.
    • The authenticated user does not have permission to use this DLL.
    • The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.
    ~ coding is life ~
  • 04-23-2007, 7:57 PM In reply to

    • anilr
    • Top 10 Contributor
    • Joined on 05-23-2006, 6:13 PM
    • Redmond, WA
    • Posts 2,343

    Re: ColdFusion does not know how to setup IIS 7

    That error is ERROR_DLL_INIT_FAILED - which probably means that the cold-fusion ISAPI returned failure from its DllMain.
    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
  • 08-07-2007, 9:25 PM In reply to

    Re: ColdFusion does not know how to setup IIS 7

    Hey all, I'm getting this on a site that I'm trying to set up.  I've tried setting up 127.0.0.1:82 to point to a root folder, and set up the root file (index.cfm).  Strangely enough, the Coldfusion Administrator seems to work fine.  Anyone else come to this?

    Server Error


    HTTP Error 500.19 - Internal Server Error

    Description: The requested page cannot be accessed because the related configuration data for the page is invalid.

    Error Code: 0x80070005

    Notification: BeginRequest

    Module: IIS Web Core

    Requested URL: http://127.0.0.1:81/index.cfm

    Physical Path: C:\Users\Steve\TTDC\client files\MadScan\online\web\index.cfm

    Logon User: Not yet determined

    Logon Method: Not yet determined

    Handler: Not yet determined

    Config Error: Cannot read configuration file

    Config File: \\?\C:\Users\Steve\TTDC\client files\MadScan\online\web\web.config

    Config Source:
       -1: 
        0: 
    

    More Information... This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error.


    Server Version Information: Internet Information Services 7.0.  

     

  • 08-07-2007, 11:28 PM In reply to

    Re: ColdFusion does not know how to setup IIS 7

    Ensure that the application pool id have read access to the resource path.
    Cheers,
    Bernard Cheah
  • 08-08-2007, 11:13 AM In reply to

    Re: ColdFusion does not know how to setup IIS 7

    Sorry- I don't understand the recommendation.  Can someone explain in more depth what needs to be set and what the result/function of this is?  I'm also not sure whether I should be looking in the Worker Processes screen, where there is nothing currently entered, or the Application Pool screen, which currently has "Classic ASP..." and "DefaultAppPool." 

    My only experience w/ IIS is managing Coldfusion sites with v6 and this is a whole new experience for me. :-)

     

    Thanks in advance for any additional help. 

  • 08-12-2007, 1:28 AM In reply to

    Re: ColdFusion does not know how to setup IIS 7

    I'm referring on your 500.19 error where the config file can't be accessed. So you need to ensure the worker process id - the application pool identity (default is network service) has at least READ permissions on the resource path.

    Cheers,
    Bernard Cheah
  • 08-12-2007, 1:38 PM In reply to

    Re: ColdFusion does not know how to setup IIS 7

    Thanks for the continued help. Unfortunately, I just do not know my way around IIS enough that I can figure out how to make this change. Hand holding would be appreciated, thanks!!

  • 08-13-2007, 6:30 AM In reply to

    Re: ColdFusion does not know how to setup IIS 7

    Check if the application pool id - default network service has read permission at this path
    Config File: \\?\C:\Users\Steve\TTDC\client files\MadScan\online\web\web.config

    Cheers,
    Bernard Cheah
  • 09-12-2009, 1:23 AM In reply to

    Re: ColdFusion does not know how to setup IIS 7

    Hello,

    I have recently posted the solution to HTTP 404.3 - Not Found error when installing ColdFusion on IIS7. The problem is most people don't look into documentation. Its rather simple:

    Installing ColdFusion on IIS 7 + Configure IIS for ColdFusion in Windows Vista and Windows Server 2008

    http://www.codecurry.com/2009/09/installing-coldfusion-on-iis-7.html

    Have fun with CF,
    Sam

  • 12-03-2009, 12:32 AM In reply to

    • vijer
    • Not Ranked
    • Joined on 12-03-2009, 12:31 AM
    • Posts 1

    Re: ColdFusion does not know how to setup IIS 7

    This link is the correct solution.

     

    http://www.codecurry.com/2009/09/installing-coldfusion-on-iis-7.html


    We all want a short "install doc" and this is it.

     

    Vince

     

    iambnnu:
     I have just set up my ColdFusion server on Vista Beta Build 5384 and cannot get to the configuration
    page as .cfm is not configure in the MIME mappings.

    "HTTP Error 404.3 - Not Found
    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 therefore is not allowed. "

    It seems that ColdFusion does not know how to setup IIS so I have to do that myself.

    I have been able to open the IIS Manager and get to the "Handler Mapping"
    and have even been able to put in the file extension but I do not know how
    to point it to the ColdFusion server/service. Do I add it as a "Manage
    Handler", a "Script Map", or a "Module Mapping"?

    What do I have to do to add ColdFusion pages to MIME?


    iam bennu
     

Page 2 of 2 (29 items) < Previous 1 2
Microsoft Communities