Copy link to clipboard
Copied
I have CF 10 installed on a Windows 2008 server but can't open any .cfm files including the CF Administrator. It prompts to download the file instead of opening it in the browser. I successful ran CF version 9 before installing version 10. Any ideas?
Copy link to clipboard
Copied
Sounds like you need to run the web server configuration tool to enable CF on the IIS installation.
Copy link to clipboard
Copied
Thanks for the reply. It looks to already be configured. Am I missing something?
Copy link to clipboard
Copied
Does CF10 web server configuration tool say this?
Do HTM HTML web pages work ok?
Perhaps start CF10 from CMD prompt (as administrator):
Stop CF10 application service from SERVICES.MSC
CMD
CD \ColdFusion10\cfusion\bin
cfstat.bat
Any error or warnings?
HTH, Carl.
Copy link to clipboard
Copied
Thanks for the reply. Yes and yes.
Connected by DROID on Verizon Wireless
Copy link to clipboard
Copied
For lack of a better idea and since your CFM pages are down I guess try the DOS CMD prompt to see if there is an error or some debug information that can be followed up.
Copy link to clipboard
Copied
Hi mikeh30276,
Is CF9 still installed? Also, if a C:\inetpub\wwwroot\web.config file exists, could you rename (disable) it to 'web_config', then restart IIS and try launching CF Admin again?
Thanks,
-Aaron
Copy link to clipboard
Copied
Thanks for the help. The web.config file was the culprit.