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.
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.
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. :-)
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.
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!!
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
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:
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?
anilr
2343 Posts
Microsoft
Re: ColdFusion does not know how to setup IIS 7
Apr 23, 2007 11:57 PM|LINK
Software Design Engineer
IIS Core Server
tiberias77
3 Posts
Re: ColdFusion does not know how to setup IIS 7
Aug 08, 2007 01:25 AM|LINK
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: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.
qbernard
5016 Posts
MVP
Moderator
Re: ColdFusion does not know how to setup IIS 7
Aug 08, 2007 03:28 AM|LINK
Bernard Cheah
tiberias77
3 Posts
Re: ColdFusion does not know how to setup IIS 7
Aug 08, 2007 03:13 PM|LINK
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.
qbernard
5016 Posts
MVP
Moderator
Re: ColdFusion does not know how to setup IIS 7
Aug 12, 2007 05:28 AM|LINK
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.
Bernard Cheah
tiberias77
3 Posts
Re: ColdFusion does not know how to setup IIS 7
Aug 12, 2007 05:38 PM|LINK
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!!
qbernard
5016 Posts
MVP
Moderator
Re: ColdFusion does not know how to setup IIS 7
Aug 13, 2007 10:30 AM|LINK
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
Bernard Cheah
samunplugged
7 Posts
Re: ColdFusion does not know how to setup IIS 7
Sep 12, 2009 05:23 AM|LINK
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
ColdFusion 8 ColdFusion 9 ColdFusion Coldfusion on IIS 7
vijer
1 Post
Re: ColdFusion does not know how to setup IIS 7
Dec 03, 2009 04:32 AM|LINK
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
ryfter
1 Post
Re: ColdFusion does not know how to setup IIS 7
Aug 16, 2010 06:38 PM|LINK
Thanks, I was looking for a resolution, and your manual did the trick! I really appreciate it.