ColdFusion Question:
Download Job Interview Questions and Answers PDF
What is the working process for Application.cfm?
![ColdFusion Interview Answer ColdFusion Interview Question](/public/images/interview/17.webp)
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.
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 Question | Next Question |
How would you format some text using css to be verdana and bold? | What is cfapplication tag? |