I have two servers running windows server 2008 R2
I would like to accomplish the following:
Turn C:\Program Files (x86)\A\Application Data\B\data on server 1 into a network share and mount it read/write as
C:\Program Files (x86)\A\Application Data\B\data on server 2.
The server 2 should be able to read and write to this network share as if this folder exists locally on server 2, that is the application B should write to the 'data' folder as if it is on the local machine with path C:\Program Files (x86)\A\Application Data\B\data
Any pointers on how we could accomplish this task is much appreciated.