Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
itsmekel #1
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
-
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... -
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... -
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... -
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...... -
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... -
ikramy #2
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
-
Richard Chappell #3
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



Reply With Quote

