RE: CFMX/IIS installation problem: access denied
its all good austin, we all were at one time or another ;) tony -Original Message- From: Austin Govella [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 10:21 PM To: CF-Talk Subject: Re: CFMX/IIS installation problem: access denied It works! I must've adjusted every permission in every location I could. I forwarded your emails to the server admin, so he can check my changes and also know what the problem was. Thank you guys for your help. I'm new here, but I hope I can reciprocate the help soon. 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
Re: CFMX/IIS installation problem: access denied
It works! I must've adjusted every permission in every location I could. I forwarded your emails to the server admin, so he can check my changes and also know what the problem was. Thank you guys for your help. I'm new here, but I hope I can reciprocate the help soon. 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.
Re: CFMX/IIS installation problem: access denied
The directory where the .CFM files must have anonymous access with read-only permissions, e-mail me off-list of you need additional assistance. = Douglas White group Manager mailto:[EMAIL PROTECTED] http://www.samcfug.org = - Original Message - From: "Austin Govella" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 05, 2002 8:32 PM Subject: CFMX/IIS installation problem: access denied | 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm
Re: CFMX/IIS installation problem: access denied
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_. a) Check the permissions on the CFusionMX/runtime/lib/wsconfig/1/jrun.dll file. It should have Read and Read & execute for the Iusr_ 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.
RE: CFMX/IIS installation problem: access denied
when setting permissions for that dir...use IUSERWAM or some thing like thatlook for that user in the user list. tony -Original Message- From: Austin Govella [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 9:33 PM To: CF-Talk Subject: CFMX/IIS installation problem: access denied 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 Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm
CFMX/IIS installation problem: access denied
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 Get the mailserver that powers this list at http://www.coolfusion.com