Skip to main content
Known Participant
February 17, 2011
Question

is application.cfm and Application.cfm are same?

  • February 17, 2011
  • 1 reply
  • 507 views

is application.cfm and Application.cfm are same? is there any casing problem neds to be verified?

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    February 17, 2011

    On Windows platforms, they'll function the same. On Unix platforms, it's case-sensitive so it needs to be a capital A. Unless you switch operating system platforms at some point, it shouldn't be an issue.

    Owainnorth
    Inspiring
    February 17, 2011

    And because of what Deb rightfully says, I would *always* use Application.cfc - there's no reason not to.