I quite sure you cannot do it without creating a sub application or moving the file outside of the root application. Ie.
application.cfm (the root application) onRequestEnd.cfm SomeFolder --- application.cfm <-- creating a sub app --- myFile.cfm (that won't use the root application.cfm) SomeOtherFolder --- someFile.cfm (will use the root application.cfm) Dominic 2008/9/23 Philip Kaplan <[EMAIL PROTECTED]>: > Hi, > > Anyone know if there's a way to stop a specific cfm/cfc page from loading > Application.cfm and OnRequestEnd.cfm? > > The cfm is in a regular directory in the web root and I'd prefer to not mess > with the directory structure or cfadmin custom tag paths. > > If you know of a way to do this, let me know. Thanks! > > Philip > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312995 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

