IIS 7.5 Warning : Cannot verify access to the path

Posted by Mostafa on Server Fault See other posts from Server Fault or by Mostafa
Published on 2010-10-19T07:47:41Z Indexed on 2013/10/17 22:00 UTC
Read the original article Hit count: 281

Filed under:
|
|
|

I'm newbie in IIS 7.5 , Before this I used to run ASP.NET Website under IIS 5 , That was too easy .

I'm trying to run a very simple asp.net website ( just created a new website from VS 2010 targeted in .net 3.5) in IIS 7.5.7600 on windows 7 Ultimate 64 bit .

While adding application , during Test Setting i receive one warning that says :

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 \$ has Read access to the physical path. Then test these settings again

But I don't know how to make sure application pool identity has read access to the physical path ?

I'm wondering if there is any step by step article or some thing that show me the walk-though for running a simple asp.net website on IIS 7.5?

I appreciate any help .

© Server Fault or respective owner

Related posts about iis

Related posts about windows-7