Skip to main content
Participating Frequently
June 22, 2009
質問

HTTP Error 401.3 - Unauthorized You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings for this resource on the Web server.

  • June 22, 2009
  • 返信数 3.
  • 15390 ビュー

Hi,

I got this 401.3 error when running the http://127.0.0.1/CFIDE/administrator/index.cfm configuration page after installation of coldfusion 8 standard on win 2008 32bit server which has IIS7. Coldfusion 8 files are located on D drive instead of the default C drive. I already duplicate right access from C to D but still get the error. The IIS 7 error page shows that the logon account is Anomymous. I traced default web site authentication and it poited to NT Authority\IUSR account so I added this account full access to D:\inetpub\wwwroot but that didn't help either. Does anybody come across this problem? Any help is greatly appreciated.

このトピックへの返信は締め切られました。

返信数 3

Upen1
Inspiring
October 29, 2013

In the below URL, solution is described with step by step guide. You can try with this:

http://coldfusion-tip.blogspot.com/2013/10/you-do-not-have-permission-to-view-this.html

CFMLGuru
Known Participant
July 15, 2009

Review the windows application event log.  There should be information logged there on this issue.  Most likely there is another user (maybe a .Net user) that doesn't have access to the directory or the files.

Sincerely,

Braden

Participating Frequently
September 28, 2009

I'm having the same issue. I don't see anything in the event viewer that looks to be related. I even changed the IIS7 anonymous user to an administrator account temporarily.

Inspiring
September 28, 2009

Good morning,

Did you check to see if the USERs account have read? Do not give your IUSR account full access. I normally create a bogus account and replace that with IUSR account with this account so that it can't be corrupted. You may have to give your account write permissions. You may have changed permissions in the wrong folder. You can also, delete the website and then recreate it. This will not delete the folder but the virtual folder. Last, check your port number in Host Header under Bindings.

DJ Khalif

Participant
July 15, 2009

Justing pinging this thread.  We are having the exact same issues.  Anyone have a solution to this?  Once I install CF8 IIS won't even serve HTM files.