I have a site in IIS7 that runs under ApplicationPoolIdentity
.
Is it possible to give the ApplicationPoolIdentity
access to network files?
I know that I can give access to local files by giving rights to the user: iisapppool\{apppoolname}
but is there a way to give this ID access to files on the network?