> I have a cf 5.0 server running on IIS win 2000. > I am able to load html pages as any user but only > Administrators are able to load cf pages. I have > tried resetting the security via the iis admin > plug in but is seems to have no effect.
Make sure that you've properly set the file permissions. Your CFM files must be executable by the users you want to run them through IIS (typically, this means the IIS anonymous user IUSR_YOURMACHINENAMEHERE). They must be readable by the account or security context in which the CF service runs (typically, SYSTEM). Finally - and this is the part that's probably causing your problem - the ISAPI extension used by CF needs to allow read/execute by your IIS users. This file is typically c:\cfusion\bin\iscf.dll. Your best bet is to allow authenticated users read/execute on this file. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Why Share? Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

