I have two web servers that are members of a domain and load balanced. I am
trying to share a web folder since both machines are required to read/write
from one folder (I know, bad design, but what can you do).
Server A hosts the folder in question. I am specifying the UNC path to the
folder in the web configuration file. This is working fine. When I try to
point server B to the same place, I get an ‘Access denied’ error on the NT
AUTHORITY\NETWORK SERVICE.
When I paste the UNC path into Windows Explorer, I can see the content of
the directory and can write to it as well from server B. Now, I know that
Windows Explorer uses my credential to get this done.
Does anybody have any insight to this issue? What am I missing? Any help
would be appreciated.