---
title: "What is Application.cfm?"  
description: "What is Application.cfm?"  
author: "Anonymous User"  
published: 2012-05-19  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/1454/what-is-application-cfm  
category: "cold fusion"  
tags: ["cold fusion", "Application.cfm", ".cfm", "mindstick", "interview question"]  
reading_time: 1 minute  

---

# What is Application.cfm?

When ColdFusion receives a request for an application page, it searches the page's directory for a file named Application.cfm. If one exists, the Application.cfm code is logically included at the beginning of that application page.\
If your application runs on a UNIX platform, which is case-sensitive, you must spell Application.cfm with an initial capital letter.\

## Answers

### Answer by Anonymous User

When ColdFusion receives a request for an application page, it searches the page's directory for a file named Application.cfm. If one exists, the Application.cfm code is logically included at the beginning of that application page.\
If your application runs on a UNIX platform, which is case-sensitive, you must spell Application.cfm with an initial capital letter.\


---

Original Source: https://www.mindstick.com/interview/1454/what-is-application-cfm

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
