Using application.cfc instead of application.cfm
I just discover the role of application.cfc
seems very interesting.
All my applications are using an application.cfm template.
I have seen in the doc the migration from application.cfm to application.cfc,
but I do not understand.
Is the application.cfc running instead of application.cfm ?
With the application.cfc , I have a blank page, no error messages, I do not know what to do.
why it does not go to the index.cfm as it did with application.cfm
If I take all the content of my current application.cfm
where can I put it in the application.cfc ?
I tried in :
<cffunction name="OnRequestStart"
but no thing happended.
thanks for help with this major change. (I am running CF8).
Pierre.
