Hello Every one.
I am setting up a test enviroment to setup and make sure our webapps work correctly in a web farm situation before we upgrade our servers.
I have two machines running server 2008, they are both domain controllers. I have set up DFS to host the IIS shared configuration which works perfectly. I have also set up another synced folder to host the websites. I can add the website fine however if I go to basic settings for the site then click on "Test Settings" i get the following.
(green tick) Authentication: pass-through authentication (test1:Network Service): the application pool identity is valid
(yellow explanation mark) Authorisation: Cannot verify access to path (\\server\share\websites)
And the explanation it gives is:
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.
I have given the computers full access, ive even given "everyone" full access just to see what happens but I always get that error.
I cant seem to find any where on the net with instructions on resolving this, has anyone had the same issue?