Larry, I'm not sure I know the answer to your particular dilema, but you may want to try running cf_root/bin/Remove_all_connectors.bat and cf_root/bin/IIS_connector.bat. I don't know if this will solve your conundrum, which does sound like an awful pain, but it's worth trying. Read on for details and perhaps check the release notes for other pearls of wisdom.
First, earlier in this thread you wrote that you heard that CFMX does support virtual directories. This is not true, however the default installation might lead you to believe otherwise. From the release notes: Edit cf_root/runtime/servers/default/SERVER-INF/jrun.xml and change the value of the following option from true to false. <!-- set this to false for multi- hosted sites --> <attribute name="cacheRealPath">true</attribute> Also from the release notes: The web server connector for IIS has changed for the final release. In the prerelease versions, the ColdFusion MX connector for IIS configured the IIS master properties so that the changes applied to all sites. However, due to issues with these settings not propagating down to the site level, the connector now configures only the Default Web Site for ColdFusion MX. If you want to change this so that all IIS sites are configured for ColdFusion MX, do the following: Run cf_root/bin/Remove_all_connectors.bat Run cf_root/bin/IIS_connector.bat A good KB article written by Sarge on this topic is http://www.macromedia.com/v1/Handlers/index.cfm?ID=23390&Method=Full Best regards, Grant Szabo Quoting larry <[EMAIL PROTECTED]>: > Whoops, I did a reinstall and it didnt help. > Gee this sucks! > > Regards, > > L Marcus > > ----- Original Message ----- > From: "samcfug" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Thursday, November 21, 2002 10:43 PM > Subject: Re: IIS 5.0 and CF MX > > > > Happened to me - I did a reinstall, and it then worked ok. > > > > ===================================== > > Douglas White > > group Manager > > mailto:[EMAIL PROTECTED] > > http://www.samcfug.org > > ===================================== > > ----- Original Message ----- > > From: "larry" <[EMAIL PROTECTED]> > > To: "CF-Talk" <[EMAIL PROTECTED]> > > Sent: Thursday, November 21, 2002 7:30 PM > > Subject: IIS 5.0 and CF MX > > > > > > | So anyone have any experience trying to install CF with IIS 5.0 on > 2000 > > server? > > | > > | Seems like I can not get my admin page up --- As soon as I configured > IIS CF > > templates > > | and HTML arent seen. Must be a Misconfig but I tried reinstalling CF, > opened > > up permissions > > | on IIS but still get a 404. Isapi filters seem to be there. Tried to > config in > > Command line. > > | > > | Any one experience this before? > > | > > | Thanks > > | > > | > > | L Marcus > > | > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

