Reputation: 557
Let's say I have two Windows servers, A and B.
A hosts an asp.net web app called "MySite" with a corresponding application pool. B has a share called "MyShare".
Is it possible to grant permissions to the share for the application pool identity?
I know that if the directory was on server A, I can refer to the identity user account as "IIS AppPool\MySite", but this doesn't work on B.
In addition, granting permissions to a "machine account" (e.g. domain\A$) doesn't seem to have worked. (As described here: https://learn.microsoft.com/en-us/iis/manage/configuring-security/application-pool-identities)
Upvotes: 0
Views: 1245