Trying to setup webdav connection to a shared folder hosted on another server using IIS 7.5
Having trouble setting up pass-through authentication to this folder via webdav so the NTFS permissions on that folder are respected.
I can get it to work fine internally via windows authentication, or when the folder is on the local drive, but using any other auth method (so it works from the internet) or if the folder sits on a different server i just get a 401, 403 error or a logon prompt.
Has anyone successfully setup a virutal directory to respect NTFS permissions and enable it be accessible via webdav? If so how?