> Is it possible to rename the CFIDE directory for additional > security? If so, what settings need to be changed (e.g., in > the registry or IIS)?
It's certainly possible, and depending on your server configuration you may not have to change anything at all. However, I would recommend that you actually secure access to the directory instead (or in addition). This is typically a tiny bit harder, but is a much better solution. You can do this by using your web server's functionality. You can create a separate virtual server that isn't publicly accessible, you can use web server authentication to check access to the directory, you can use SSL to prevent passwords from being gathered from network traffic analysis. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

