Applciation.cfm for WWWRoot folder only

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Applciation.cfm for WWWRoot folder only

    hello.


    is it possible for Application.cfm to work in WWWroot folder only. ive tried
    putting an application.cfm to my wwwroot folder to limit the directory browsing
    of my web server directory by putting a user login. but application.cfm seems
    not working or probably im missing something


    thanks in advance !!!


    :)

    itsmekel Guest

  2. Similar Questions and Discussions

    1. temp\wwwroot-tmp
      How long are these neotmp files supposed to be in C:\CFusionMX\runtime\servers\default\SERVER-INF\temp\wwwroot-tmp ? This folder is taking up 5...
    2. CF MX7 won't map to existing wwwroot
      CF MX7 appears to be running fine. But the CF applications that I had running in my IIS wwwroot directory won't work. When I try to run a very...
    3. d:\inetpub\wwwroot\
      When creating a web service using .net the folders inetput\wwwroot is created. If you need to move an existing web service on another machine...
    4. MXML suport in wwwroot folder (IIS)
      Hi, i?m using Jrun4 + Flex 1.5 + IIS on Windows XP I?ve intalled and configured everything... the jrun works fine in inetpub\wwwroot\ folder......
    5. If anyone can help - wwwroot.zip (0/1)
      I built a database and asp display to be used in an intranet enviroment. All work well except one problem The main list has an edit link next...
  3. #2

    Default Re: Applciation.cfm for WWWRoot folder only

    Originally posted by: itsmekel
    hello.


    is it possible for Application.cfm to work in WWWroot folder only. ive tried
    putting an application.cfm to my wwwroot folder to limit the directory browsing
    of my web server directory by putting a user login. but application.cfm seems
    not working or probably im missing something


    thanks in advance !!!


    :)

    It should work, but it is a very good and recommended practice to have at
    least one application file for each application. In your case, your coldfusion
    server will have to look for the application file in the current directory
    first and then up until it reaches the wwwroot folder, and this will increase
    the time required to reach the application file.

    ikramy Guest

  4. #3

    Default Re: Applciation.cfm for WWWRoot folder only

    Is there an index.cfm file also in the WWWRoot? Also make sure that your web
    server (such as IIS) has '.cfm' pages as the primary default.


    "itsmekel" <webforumsuser@macromedia.com> wrote in message
    news:d8r6e1$t4f$1@forums.macromedia.com...
    > hello.
    >
    >
    > is it possible for Application.cfm to work in WWWroot folder only. ive
    > tried
    > putting an application.cfm to my wwwroot folder to limit the directory
    > browsing
    > of my web server directory by putting a user login. but application.cfm
    > seems
    > not working or probably im missing something
    >
    >
    > thanks in advance !!!
    >
    >
    > :)
    >

    Richard Chappell Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139