I have:
1. inetpub/wwwroot/ProjectName/Application.cfc
2. inetpub/wwwroot/ProjectName/Admin/Application.cfc
I want #2 to extend #1 and override the onRequest function.
I’ve looked into Sean Corfields’s ApplicationProxy.cfc solution, but that is if your project is in the root folder, which mine isn’t.
I use includes in onRequestStart and onApplicationStart.
That way when I am writing another Application.cfc, I can just include the code.