Can we have multiple Application.cfm file in an Application in ColdFusion?
Can we have multiple Application.cfm file in an Application?
-Yes. If Application.cfm page is not available in the application page, Cold Fusion searches up the directory tree.
-ColdFusion uses the first ever page when it finds several directories in the directory tree.
-If the Application.cfm file is available, Cold Fusion cannot prevent it.
-Only one Application.cfm page is processed by ColdFusion, per each request.\
-If a ColdFusion page consists of cfinclude page that points to an additional ColdFusion page, the search would not be performed for an Application.cfm page