> How can you block the use of CF RDS without stopping > the service? I thought it runs through port 80 same > as normal web traffic.
It does run through port 80. To be more accurate, it simply looks for any requests from your web server that look like this: GET /CFIDE/main/ide.cfm ... So, like any other resource on your web server, you can use permissions and web server authentication to control access to that URL. With IIS, you'll need to make sure that the file exists in the appropriate location; if you don't, IIS won't have a file to check permissions against and will pass the request directly to CF. 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

