Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

application.cfm/webservice

Guest
Nov 21, 2008 Nov 21, 2008
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
TOPICS
Advanced techniques
264
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 23, 2008 Nov 23, 2008
LATEST
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)


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources