I am trying to get webdav working on our server 2008 R2 IIS server.
I would like to have our users be able to access there files off the file servers from home. I have webdav configured and a virtual directory pointing to the dfs pointer of the site server.
When I create the virtual directory I left the "Connect As" field as Application user (pass-through authentication). With that setting I get an error 500 trying to access the webdav folder. If I use Specific user and use a userid that has full rights to the dfs site then everyone who logs into the webdav server has full access to all the files.
What am I missing to have a user login with there userid and password and only have access to the files that they have NTFS access to?