HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource

HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource

am 13.09.2006 12:28:00 von ashtek

Hi,
I have a web application hosted on a Win2K3 server. This is the Default

Web Site on the server (I have right cliked on Default Web Site and
pointed to a directory within the server).
So users can access the application by typing http://servername.
I have checked "Integrated Windows Authentication" under authentication

methods.

Now the problem is whenever a user tries to access the site
(http://servername), it prompts for username & password repeatedly
inspite of typing in the correct username & password. If user cancels
it then the following error is displayed

HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on
the requested resource.
Internet Information Services (IIS)

I can access the web site remotely because I am the Admin for this
server. But others can not.

Can anyone help on this?

Thanks,
Ashish.

Re: HTTP Error 401.3 - Unauthorized: Access is denied due to an ACLset on the requested resource

am 13.09.2006 16:07:32 von Chad Mahoney

ashtek@gmail.com wrote:
> Hi,
> I have a web application hosted on a Win2K3 server. This is the Default
>
> Web Site on the server (I have right cliked on Default Web Site and
> pointed to a directory within the server).
> So users can access the application by typing http://servername.
> I have checked "Integrated Windows Authentication" under authentication
>
> methods.
>
> Now the problem is whenever a user tries to access the site
> (http://servername), it prompts for username & password repeatedly
> inspite of typing in the correct username & password. If user cancels
> it then the following error is displayed
>
> HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on
> the requested resource.
> Internet Information Services (IIS)
>
> I can access the web site remotely because I am the Admin for this
> server. But others can not.
>
> Can anyone help on this?
>
> Thanks,
> Ashish.
>
Do the users trying to authenticate have NTFS permissions on the directory?

Re: HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource

am 13.09.2006 16:19:18 von ashtek

I have tried adding "Everyone" to the web directory and giving them
"Full" permission, but it did not work. Is there any other way of
giving NTFS permission on the directory?
Thanks,
Ashish.

Chad Mahoney wrote:
> ashtek@gmail.com wrote:
> > Hi,
> > I have a web application hosted on a Win2K3 server. This is the Default
> >
> > Web Site on the server (I have right cliked on Default Web Site and
> > pointed to a directory within the server).
> > So users can access the application by typing http://servername.
> > I have checked "Integrated Windows Authentication" under authentication
> >
> > methods.
> >
> > Now the problem is whenever a user tries to access the site
> > (http://servername), it prompts for username & password repeatedly
> > inspite of typing in the correct username & password. If user cancels
> > it then the following error is displayed
> >
> > HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on
> > the requested resource.
> > Internet Information Services (IIS)
> >
> > I can access the web site remotely because I am the Admin for this
> > server. But others can not.
> >
> > Can anyone help on this?
> >
> > Thanks,
> > Ashish.
> >
> Do the users trying to authenticate have NTFS permissions on the directory?

RE: HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource

am 27.11.2007 10:10:50 von Steven SZE

That kind of error is usually caused by the access right of a folder directory. The solution is very easy. go to your directory folder and right click on it. choose properties and then click on the web sharing. Share this folder and give it a alias. That's it. Good luck.

From http://www.developmentnow.com/g/91_2006_9_0_0_820435/HTTP-Er ror-401-3--Unauthorized-Access-is-denied-due-to-an-ACL-set-o n-the-requested-resource.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com

Re: HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL

am 27.11.2007 11:22:50 von David Wang

On Nov 27, 1:10 am, Steven SZE wrote:
> That kind of error is usually caused by the access right of a folder directory. The solution is very easy. go to your directory folder and right click on it. choose properties and then click on the web sharing. Share this folder and give it a alias. That's it. Good luck.
>
> Fromhttp://www.developmentnow.com/g/91_2006_9_0_0_820435/HTT P-Error-401-3...
>
> Posted via DevelopmentNow.com Groupshttp://www.developmentnow.com



The 401.3 is a red-herring in this case because it happens when you
hit "cancel" on the authentication dialog, causing the browser to fall
back to anonymous authentication and probably denied by NTFS ACL on
the resource, thus returning a legitimate 401.3. Thus, the 401.3 is
not interesting because it is in response to you hitting "cancel".

The 401 error which caused the user login dialog box to be displayed
to begin with is the real problem. Can you report:
1. ALL Authentication protocols checked in IIS for http://servername
2. Any custom ISAPI Filter DLLs installed for the Website.
3. Any custom ISAPI Filter DLLs installed globally for all websites
(it's in another dialog box different from #2)
4. The IIS log file entries for the requests that cause the user login
dialog box to be initially DISPLAYED. Not the second or third attempts
or you hitting cancel. The actual first request that gets denied. I
want its status, substatus, and win32 error codes, in particular.

Also, please define what you mean by "you can access the site
remotely" but "others cannot". When you say "remotely" do you mean
from another computer? From across the Intranet? From across the
Internet through some proxy servers, firewalls, etc? Network
configuration between client and server can affect functionality of
authentication protocols.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//