> That's not true ... I use <cfoutput> and <cfabort> for troubleshooting in > my > application.cfm all the time ... CF4.5
> Wasn't there a thread on here a couple days ago about having a ".com" in > your path and how that can screw things up? Not sure what os that was -- and I think it may have actually been /com/ as a directory name... I've never seen a problem with Windows IIS using the domain name as the directory name -- it's a fairly common convention for hosting companies, often including www. so you'd see a directory with the client list like: store.MyPetShop.com store.ZetaFest.com www.MyPetShop.com www.ZetaFest.com etc... > -----Original Message----- > From: Tony Weeg [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 11, 2002 10:10 AM > To: CF-Talk > Subject: RE: Weird Behavior > you cant get application.cfm to show results of cftags > in them, I know that. Yea you can. I use application.cfm to embed javascript libraries on the page with <cfoutput> > OK, this is going to sound weird, but I have a Win2K server running > IIS/CF5/SQL2K. A client asked me to redo the admin section of their site > which is now using NT security on the admin dir on their server. I > created an 'X.com' directory in my C:\inetpub\wwwroot. I ftp'ed the > whole site there. Currently there's no index.cfm in the admin directory > so I created one with: <cfoutput>#now()#</cfoutput> in it. I hit > www.myserver.com/x.com/admin and I see "#now()#". I hit refresh and get > "The Page Cannot Be Displayed". I've verified CF is running. Now if I > hit www.myserver.com/x.com I get the public site. Then if I put "/admin" > on the url I get "#now()#" again! That seems like some crazy caching > issue or something. I have 30 other sites running properly on the > server. I also tried putting a cfabort in the root application.cfm and > it's not being processed I guess. (There is no application.cfm in the > admin directory.) My best guess would be that you have 2 coppies of the x.com directory and the website in IIS is pointing to the wrong root directory ... that's what it sounds like anyway -- it would explain the <cfabort> in your application.cfm not firing and terminating the page without an application.cfm in the admin directory to get in the way. Isaac Dealey Certified Advanced ColdFusion 5 Developer www.turnkey.to 954-776-0046 ______________________________________________________________________ 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 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

