« Previous Next »

Answered Thread: Error 401.3

Last post 07-09-2009 4:15 AM by Leo Tang - MSFT. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 07-05-2009, 2:12 AM

    • nb123
    • Not Ranked
    • Joined on 07-04-2006, 3:31 PM
    • Posts 8

    Error 401.3

    hi,i am trying to run my webapp on vista home premium..i am using II7,vs2005,ASP.NET 2.0,sql server 2005.On trying to see the default page on my web app,I keep getting this error
    "Error Summary
    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."

    -i have given the permission to myMachineName/iis_iuser ,NETWORK SERVICE the read write permission.i am not able to add ASPNET as user group in security tab..it doesn't recognize it...
    -I have anonymous enabled under IIS for authentication for defaultWebSite/MyWebApp

    following link asks to add the 'authenticated user' in read write role...i see myMachineName/adminUser added already in this read write role. I don;t understand what does 'Authenticated user means' here


    http://support.microsoft.com/default.aspx?scid=kb;EN-US;942042

    SO what i am missing here..????Thanks in advance

  • 07-05-2009, 4:21 AM In reply to

    Re: Error 401.3

     check in the task manager with which credentials your worker process is running... then give that user the rights... to shorten it out ... for testing, try placing your code in Inetpub folder and then check if you are able to view it ...

    Regards,
    MA Khan
    http://www.iisworkstation.com

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • 07-09-2009, 4:15 AM In reply to

    Answered Re: Error 401.3

    Hi,

    If you enabled the anonymous authentication, the authenticated user means the user account used for anonymous access. The anonymous user identity is IUSR by default .You can verify the anonymous user identity through Edit  Anonymous Authentication Credentials.

    Also, the "cs-usrename" field of the IIS log entries will indicates the authenticated user’s name. Make sure you have grant the authenticated user permissions on the web content folder.

    Leo Tang
    Microsoft Online Community Support

    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Page 1 of 1 (3 items)
Microsoft Communities