Ask a Question related to Coldfusion Server Administration, Design and Development.
-
tsongas #1
Securing the CF administrator
I'm looking for a way to better secure the CF administrator, which comes up at
[url]http://www.domain.com/cfide/administrator/index.cfm[/url] because of the CFIDE
virtual directory used for javascript includes. On shared servers, it is not
practical for me to set permissions inside each site in IIS. I'd like to
remove IUSER file system permissions from the CF administrator folder, so a
Windows username and password is required to get to the CF admin login, but
will that interfere with other sites on the server in any way?
tsongas Guest
-
Securing web service
Hi How can I make sure that no one else can call and receive data from my web methods? Thanks Regards -
Securing a directory
Hi everyone, I just read an article that said that when you use a web.config file to secure a directory, all it can do is secure the asp.net... -
Securing MDBs
I've got a webserver, IIS6, and an ASP application running on that server. The ASP validates users by their logon name so for this particular... -
Securing Images
yes, put the images you use in your login page in a different directorty that doesn't require authentication. bye! "Neil"... -
securing data in asp.net
Hi everyone, I am new to asp.net development, and need help on security, I am developing a web application that would be accessed from the... -
ke4pym #2
Re: Securing the CF administrator
You've got a couple of options.
Set NTFS permissions on /cfide/administrator and below to a group of
administrators. Day-to-day operation doesn't need anything in that directory.
Completely delete /cfide/administrator and move it to a new folder. Say
d:\inetpub\cfadmin\administrator. Then create a new virtual directory on a new
"administrative" web site called CFIDE and lock that down with NTFS privs
and/or IP restrictions.
ke4pym Guest
-
tsongas #3
Re: Securing the CF administrator
Thanks for the reply.
Are there other directories inside CFIDE I should worry about i.e. adminapi, componentutils, etc.?
tsongas Guest



Reply With Quote

