ColdFusion Question:
Download Questions PDF

Can we have multiple Application.cfm file in an Application?

Answer:

Yes. If the application page directory does not have an Application.cfm page, ColdFusion searches up the directory tree until it finds an Application.cfm page. If several directories in the directory tree have an Application.cfm page, ColdFusion uses the first page it finds. If the Application.cfm page is present in the directory tree (and has the required permissions set), you cannot prevent ColdFusion from including it.
ColdFusion processes only one Application.cfm page for each request. If a ColdFusion page has a cfinclude tag pointing to an additional ColdFusion page, ColdFusion does not search for an Application.cfm page when it includes the additional page.

Download ColdFusion Interview Questions And Answers PDF

Previous QuestionNext Question
What is Application.cfm?What is the difference between absolute and relative div positioning?