> Is it possible to have your Applications.cfm not run for
a particular page.
Well you could check the CGI.SCRIPT_NAME of the request you
wish to exclude
in the Application.cfm, and run/not run a block of code
accordingly. This
will quickly become unwieldy though, as more and more
requests need
different configs run.
You're better off organising your application slightly,
having separate
directories / Application.cfms for different requirements.
Read this:
http://livedocs.adobe.com/coldfusion/8/htmldocs/appFramework_06.html
Also, can I recommend you use Application.cfc rather than
Application.cfm,
if poss.
--
Adam