tracker issue : CF-3332317

select a category, or use search below
(searches all categories and all time range)
Title:

index.cfm not recognized as default doc in IIS 7.5

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Jack Ring / Jack Ring (gammajring)

Created: 09/17/2012

Components: Web Container (Tomcat)

Versions: 10.0

Failure Type:

Found In Build/Fixed In Build: Final /

Priority/Frequency: Major / Unknown

Locale/System: English / Win 2008 Server R2 64 bit

Vote Count: 0

Problem Description:
Upgraded to CF 10 - site won't load w/out index.cfm

Steps to Reproduce:
Install CF 10 after uninstalling CF 9.0.1

Actual Result:
www.myDomain.com wants to browse directory

Expected Result:
www.myDomain.com/index.cfm is assumed

Any Workarounds:
<meta http-equiv="REFRESH" content="0;url=http://www.myDomain.com/index.cfm" >

UNACCEPTABLE

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3332317

External Customer Info:
External Company:  
External Customer Name: gammajring
External Customer Email:  
External Test Config: My Hardware and Environment details:

VM Instance which Ran CF 9.0.1 fine for 15 mos

Attachments:

  1. September 18, 2012 00:00:00: 1_cfHandlerMappings.png
  2. September 18, 2012 00:00:00: 2_IIS_ConfigurationUtil.png
  3. September 19, 2012 00:00:00: 3_detailed_error.png
  4. September 19, 2012 00:00:00: 4_isapi_cgi_restrictions.png

Comments:

Thoroughly examined w/screenshots etc. @ CF Forum Thread started on this ... http://forums.adobe.com/message/4706039#4706039
Comment by External U.
18071 | September 17, 2012 09:46:11 PM GMT
If the CF handlers are not getting added in IIS, default document will not work. Make sure you have CFM handlers added in IIS through IIS manager
Comment by Kiran S.
18072 | September 18, 2012 03:10:54 AM GMT
We would like to validate two steps in your IIS setup. Did you configure IIS for "All" sites? Is www.myDomain.com not the default site? (Comment added from ex-user id:evelinv)
Comment by Adobe D.
18073 | September 18, 2012 05:39:48 AM GMT
Response to Kiran Sakhare - CF Handler Mappings are added and enabled. See screenshot << cfHandlerMappings.png >> attached to this bug.
Comment by External U.
18074 | September 18, 2012 10:44:45 AM GMT
Response to Evelin Varghese... IIS is configured for all websites. Please reference attached screenshot << IIS_ConfigurationUtil.png >>
Comment by External U.
18075 | September 18, 2012 10:49:20 AM GMT
Attached Image << detailed_error.png >> states that... The page you are requesting cannot be served because of the ISAPI and CGI Restriction list settings on the Web server. The settings are installed on the server however... See attached image << isapi_cgi_restrictions.png >>
Comment by External U.
18076 | September 18, 2012 12:15:50 PM GMT
Alright I was able to fix my installation. I think the installer / uninstaller messed up. Here is more info... I installed CF 10 2x. The first time I installed it directly to D, then I uninstalled it, and reinstalled it in D:\Coldfusion10. After my second install the applicationHost.config file erroneously had all IsapiModule settings pointing to the location of my first install. This is contrary to what IIS Manager was showing in the screenshots... D:\CFusion10\config\wsconfig\1\isapi_redirect.dll - which is correct.
Comment by External U.
18077 | September 18, 2012 01:49:28 PM GMT