« Previous Next »

Thread: Help

Last post 07-03-2009 4:34 AM by Leo Tang - MSFT. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 06-29-2009, 6:17 AM

    Help

    I am getting this error -  

     The server is configured to use pass-through authentication with a built-in account to access the specified physical path. However, IIS Manager cannot verify whether the built-in account has access. Make sure that the application pool identity has Read access to the physical path. If this server is joined to a domain, and the application pool identity is NetworkService or LocalSystem, verify that <domain>\<computer_name>$ has Read access to the physical path. Then test these settings again.

     How do I resolve this.

    Using windows vista, and IIS 7

  • 06-29-2009, 9:07 AM In reply to

    Re: Help

    Paul McGowan:
     How do I resolve this.

    Well, you need to...

    Paul McGowan:
    Make sure that the application pool identity has Read access to the physical path.

    This is basic Windows security, NTFS file and folder permissions.  You need to add the Network Service account with Modify permission to the folder in question.  (Yes, it says Read, but you'll want Modify...)

    Jeff

    Look for Wrox's new book Professional IIS 7 in your local bookstore, or order now at Amazon.com
  • 07-03-2009, 4:34 AM In reply to

    Re: Help

    Hi,

    The application pool identity is a built-in account(NetworkService) by default. IIS can only verify those built-in accounts access during runtime. Hence, you got the warning above. You can safely ignore this warning.

    Also, you can set the application pool identity to a custom account (IIS Manger->Click your application pool->Click Advanced Settings… on the Actions panel->Change the Identity under the Process Model section). Then, grant the account permissions on the physic path. The warning would disappear when you test again.

    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