Hello again - Thanks for the good ideas. I need to keep Anonymous Access off on the primary web site, but having a secondary site that does allow it, is a good idea.
Thank you very much! Doug >Right... Excellent.... I forgot you could set permissions at a very granular >level like that. > > >Since you are using IIS... You could also go into the IIS Administrator >drill down to the file, then choose properties. From there go to security >and set it to allow Anon. > >IIS allows these settings at the file level. Helps if you are just having >tasks run that don't need to be secured. You could also add code in the page >to ensure that the remote_addr was the ip of your server. >That way you only run the page if it is the server requesting it. That means >you'd have to use the run command from the CFA Scheduled Tasks and couldn't >hit it from your local machine. > >At least this way it prevents passwords from being passed cleartext. > >Steve > > >There is a username and password attribute for scheduled tasks. It requires >that you allow the "plain text" option I believe. > >Barring that you can set up a site that mirrors your web site but does allow >anon access and have it respond only to 127.0.0.1. That would allow your >tasks to run but not expose the content to the outside world. > >-mark > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295602 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

