Skip to main content
November 21, 2008
Question

application.cfm/webservice

  • November 21, 2008
  • 1 reply
  • 290 views
I have a webservice inside web folder and my application.cfm file as root level. But somehow in CF 8 its include application.cfm file in my webservice. As I know application.cfm file run first every time i run the page. I mean behind the seen. How can igonre this file. I am not even including in my webservice but still includes automatically. I don't have any problem running in CF 7. Only problem I have in cf 8. Any idea?

Thanks
This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
November 23, 2008
What happens when you use an Application.cfm that is empty, except for the following line of code?

<cfapplication name="myWebservice"
applicationtimeout="#createtimespan(1,0,0,0)#"
sessiontimeout="#createtimespan(0,0,20,0)#"
sessionmanagement="yes"
setclientcookies="yes">


(N.B.: Application.cfm with capital letter A)