Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

IIS server error 40.1 access denied due to ACL

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS 6.0/Frontpage2000 Search Won't Search  
Author Message
camping41

External


Since: Jan 07, 2004
Posts: 1



(Msg. 1) Posted: Wed Jan 07, 2004 11:10 am
Post subject: IIS server error 40.1 access denied due to ACL
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi all,
I am running IIS 6.0 on a Win2003 server. I created a new website
called abc.com which is situated under e:\content\web\abc directory
structure.
NTFS permissions are as follow: Everyone is allowed full access to ABC
folder which does not inherit permissions from parent folder.
Read Permissions are given via the IIS and scripts are allowed to run.
There are no deny rules in any of the parent folders above ABC.
I am not using the default IUser account, I created a new one on the
DC.
Everyone is suppose to have access to the site (anonymous access is
enabled) and integrated windows authentication is active, however only
the administrators can access the website.

Can anyone help????

 >> Stay informed about: IIS server error 40.1 access denied due to ACL 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 2) Posted: Wed Jan 07, 2004 2:58 pm
Post subject: Re: IIS server error 40.1 access denied due to ACL [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Terence Spencer" <camping41.DeleteThis@hotmail.com> wrote in message
news:6a181ad5.0401070810.5c5fd68f@posting.google.com...
 > Hi all,
 > I am running IIS 6.0 on a Win2003 server. I created a new website
 > called abc.com which is situated under e:\content\web\abc directory
 > structure.
 > NTFS permissions are as follow: Everyone is allowed full access to ABC
 > folder which does not inherit permissions from parent folder.
 > Read Permissions are given via the IIS and scripts are allowed to run.
 > There are no deny rules in any of the parent folders above ABC.
 > I am not using the default IUser account, I created a new one on the
 > DC.
 > Everyone is suppose to have access to the site (anonymous access is
 > enabled) and integrated windows authentication is active, however only
 > the administrators can access the website.

Is it a 401.1 or 401.3 error?

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: IIS server error 40.1 access denied due to ACL 
Back to top
Login to vote
user675

External


Since: Aug 28, 2003
Posts: 617



(Msg. 3) Posted: Wed Jan 07, 2004 8:18 pm
Post subject: Re: IIS server error 40.1 access denied due to ACL [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 7 Jan 2004 08:10:48 -0800, camping41 DeleteThis @hotmail.com (Terence Spencer)
wrote:

 >Hi all,
 >I am running IIS 6.0 on a Win2003 server. I created a new website
 >called abc.com which is situated under e:\content\web\abc directory
 >structure.
 >NTFS permissions are as follow: Everyone is allowed full access to ABC
 >folder which does not inherit permissions from parent folder.
 >Read Permissions are given via the IIS and scripts are allowed to run.
 >There are no deny rules in any of the parent folders above ABC.
 >I am not using the default IUser account, I created a new one on the
 >DC.
 >Everyone is suppose to have access to the site (anonymous access is
 >enabled) and integrated windows authentication is active, however only
 >the administrators can access the website.
 >
 >Can anyone help????

Use Filemon to track it down :

HOWTO: Track "Permission Denied" Errors on DLL Files
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=286198" target="_blank">http://support.microsoft.com/?id=286198</a>


Regards,

Paul Lynch
MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS server error 40.1 access denied due to ACL 
Back to top
Login to vote
user658

External


Since: Aug 26, 2003
Posts: 1525



(Msg. 4) Posted: Wed Jan 07, 2004 8:31 pm
Post subject: Re: IIS server error 40.1 access denied due to ACL [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 7 Jan 2004 08:10:48 -0800, camping41.DeleteThis@hotmail.com (Terence Spencer)
wrote:

 >I am running IIS 6.0 on a Win2003 server. I created a new website
 >called abc.com which is situated under e:\content\web\abc directory
 >structure.
 >NTFS permissions are as follow: Everyone is allowed full access to ABC
 >folder which does not inherit permissions from parent folder.
 >Read Permissions are given via the IIS and scripts are allowed to run.
 >There are no deny rules in any of the parent folders above ABC.
 >I am not using the default IUser account, I created a new one on the
 >DC.
 >Everyone is suppose to have access to the site (anonymous access is
 >enabled) and integrated windows authentication is active, however only
 >the administrators can access the website.
 >
 >Can anyone help????

Sure. First, learn a little more about using groups in Windows. The
group "Everyone" is just that, a group. It may or may not include
every account on the system, and by default the IUSR/IWAM accounts
aren't part of that group. So assigning access to "Everyone" just
opens access to all those you didn't want to let in, and ignores the
ones you did.

Next, the IUSR account is a local account. Changing from the default
one set up at install to a domain account can add problems, most
notably that you may have to manage permissions and passwords on your
own. Plus now, anyone compromising your system is doing so with
domain level accounts.

Third, if you use Windows Authentication on an intranet, IE will pass
credentials only if it believes the system actually is on the same
network. As in being listed in the intranet zone in IE's security
tab.

And lastly, post the errors in full. Include event viewer entries, as
well as log file snippets where relevant. You've chnaged quite a few
parameters and now it doesn't work, but you don't say if you changed
all that before it ever worked or not.

Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS server error 40.1 access denied due to ACL 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
FTP 550 error : Access is denied ? - Hi, Got FTP service running on win2k server. When logging in as administrator I attempt the following: - type "send" - prompted for "local file" - type "c:\k.txt - prompted for "remote file" - type "k.txt" -...

Access denied error when restarting IIS - Hello, I am getting a Access Denied error when I attempt to restart IIS using the MMC or the iisreset command from the command prompt. I am in the local administrator group. Does anyone know how I begin to start troubleshooting this? IIS 5 on Win2k...

"General access denied error" on all sites - I am getting the "General access denied error" in the event log when trying to access any site on my localhost. The browser displays HTTP:500 error. I also get it with the IISAdmin & IISHelp sites. The server is running with no errors othe...

Error creating Virtual Directories - Access Denied - I am having problems creating virutal directories in IIS. They get created but are displayed with a RED STOP Icon. In the even log there is an entry that says.... ==================================================== The server was unable to add the..

Unable to start debugging on the web server. Access is den.. - Sir/Madam, I have an ASP.NET application running in a remote server, and from my machine i was accessing it. I was able to debug the application in the remote server as well. Yesterday , our company received a CD containing [HotFix Q823980] ,....
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]