On 4/26/05, Mark Holm <[EMAIL PROTECTED]> wrote: > This is the code in the root of the domain [...]
Nice unique app name. When you say "in the root of the domain", I'm not really sure what you mean by that. Let's break this down to it's most simple components, an Application.cfm file and a file to run (ie: index.cfm). When you run index.cfm, you expect Application.cfm to run too. In order for that to happen the index.cfm file should be in the same directory or a subdirectory as the home of Application.cfm. Typically, there would be no other Application.cfm files in any directories. Is this the case? It might also be helpful to copy the following code into various parts of your Application.cfm file and test to see if it shows up when you run other files: <cfoutput>hello world</cfoutput> This should at least tell you that the Application.cfm file is executing. > (BTW I'm on a shared hosting plan -crystaltech) I'm quite certain that this has nothing to do with your problem, though I do hope that you are not developing this application on one of their servers and that you are simply attempting to troubleshoot a problem with an application which works fine in your (local) development environment. -Cameron -- Cameron Childress Sumo Consulting Inc http://www.sumoc.com --- cell: 678.637.5072 aim: cameroncf email: [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204600 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

