What account did you end up running CFMX under? If you run it under the local system account it's easier to set up, but not as secure. When you do run it under the local sys account, it's not actually a "user account" that you can select from the User Manager, its an option when you configure the service.
1. Open the services window (via computer management) 2. Right click on the CFMX Service(s) and select properties. Then look at the log on tab. BY default this is the local system account. You can change it if you want. 3. If your IIS website is set to allow anonymous access, and you have not specifically configured the anonymous account, then the account IIS will use is named Iusr_<yourmachinename>. a) Check the permissions on the CFusionMX/runtime/lib/wsconfig/1/jrun.dll file. It should have Read and Read & execute for the Iusr_<machinename> account. b) Then check your website or web root, and ensure that this folder and files also have the read/read & execute permissions. You will also want to click the advanced button and then force the propagation of the permission settings to the sub directories and files. Also, if you have any external dependencies outside the webroot, you may need to assign permissions on those objects aswell. Let me know how it goes - I've been there.... Brook At 08:32 PM 12/5/2002 -0600, you wrote: >I'm doing my first ever install of ColdFusion on an IIS server. > >My .cfm text page (http://de.uh.edu/index.cfm) generates the following >error: > >===== ERROR MESSAGE ===== > >You are not authorized to view this page > >You do not have permission to view this directory or page using the >credentials you supplied. > >HTTP 401.3 - Access denied by ACL on resource >Internet Information Services > >===== END ERROR MESSAGE ===== > >On p.31 of the "Installing ColdFusion MX" booklet, they detail how to >change the CFMX user account in Windows if "the user account under which >CFMX runs has an inappropriate level of access..." > >I followed the procedures outlined, but my problem still isn't fixed. > >One thing I wasn't sure of is what account information I was supposed to >use. The screenshot shows "This Account" set to LocalSystem. Is >LocalSystem just default filler text, or is it the actual name of the >correct account? > >I was hoping this was a fairly common problem, but time on Google, >Macromedia, and Microsoft have yielded only a few obscure references to >NTFS permissions and resetting them. But what that means is beyond me. > >Many thanks, >-- >Austin > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

