> Windows systems do not require "permissions" as Unix systems 
> do. When CF was installed, it should have configured your web 
> server to recognize .cfm templates and pass them off to the 
> CFServer. Now, you might want to configure your Web Server to 
> recognize index.cfm or default.cfm as defaults in directories.

This isn't really the case. Windows NT and 2000 certainly do require
permissions as Unix systems do. Every time any process touches a file, the
operating system checks permissions. Most of the time, with standard Windows
NT/2000 installs, this isn't much of an issue simply because permissions are
very broadly granted, but the permissions are still there. CF runs with a
specific set of rights, and must have read/execute permissions on .cfm
files.

Martin Herbener, a frequent contributor to this list, has written a good
discussion of configuring permissions for CF on NT:

http://www.defusion.com/articles/index.cfm?ArticleID=89

Dave Watts, CTO, Fig Leaf Software 
http://www.figleaf.com/ 
voice: (202) 797-5496 
fax: (202) 797-5444 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to