On Sunday, Aug 17, 2003, at 12:10 US/Pacific, Ian Skinner wrote: > Yup, just did it again, added a piece of text to the > localhost/index.cfm > file and then stopped and started all ColdFusion services. Nothing > changed.
Interesting. Sounds like CFMX is finding an old document root ahead of where you actually have this file. That can cause strange behavior where CF tries to resolve /index.cfm against various document roots and context roots and it will execute the first one it finds. It correctly displays /areas.cfm because that doesn't exist in the 'other' document root. > since I've done a 4.5 project. I then ran the MX IIS connector so > that it > would be in charge if the c://inetpub/wwwroot (http://localhost/) > directory > instead of just C:\CFusionMX\wwwroot (http://localhost:8500). That's > when I > created the test page that won't die. Right, that pretty much confirms my suspicion. Which directory has /areas.cfm and the new /index.cfm and which one has the old /index.cfm page? Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

