> Here is a question about folder permissions. We run windows > 2000 server. The permissions for the folders used by coldfusion > (customtags, cfx, etc) should be enabled for anonymous internet > users, right?
No, that's not necessary. The only files that need read/execute permissions granted to internet users (anonymous or authenticated through IIS) are the actual cfm files themselves, and the API module used to connect CF with IIS (c:\cfusion\bin\iscf.dll by default). > What is a general direction for setting up folder permissions > in a CF5/Windows 2000 Server setting (I know how to change > permissions/share folders etc... but I don't know which > folders should be shared/permissions set, and in what manner). No shares are necessary for running CF and IIS. Here's a useful guide on permissions for CF and IIS: http://www.defusion.com/articles/index.cfm?ArticleID=89 Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To unsubscribe, send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
