> One is to enable Windows Integrated Authentication. Another > is to check that IUSR_<machine name> has been explicitly > defined as having access permission to the folders/files in > question.
Not only do you have to ensure that IUSR_MACHINENAME (or better yet, the "Authenticated Users" group) has permission to the files in your virtual server, the same user/group also has to have permission to access the ISAPI DLLs, which are in your wsconfig subdirectories. I don't know where those are exactly, and I'm not in front of a CF server, but you can find out by viewing the DLL paths in your IIS admin console. Or, you can search the CF directory from the command line for the wsconfig directory: "dir /s wsconfig" Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Training: Adobe/Google/Paperthin Certified Partners http://training.figleaf.com/ WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers! http://www.webmaniacsconference.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:299273 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

