What is Application.cfm? - ColdFusion
        
        
		  
        What is Application.cfm?
-The page directory is searched by Cold Fusion when it receives a request for an application page.
-The page directory is a file with name Application.cfm. 
-If it does not exist, the Application.cnf is logically included at the time of beginning of that specific application page.
-If the application is runs on UNIX platform, the Application.cfm need to be spelt with an initial upper case letter.