I am trying to use samba shares for the document root of IIS 7.5 websites and am running into a problem.
Each share has its own credentials needed to access the content under it and I am able to access the share using those credentials through windows explorer. Accessed this way I have read and write access to the share.
I created a local user with the same username and password and I have setup a website that accesses this same share with the same credentials. I've setup the application pool it uses to use those credentials as well. When I try to access the website I am getting 'Cannot read configuration file', error code 0x8007052e, complaining about access to the web.config file.
Any idea what I might be doing wrong or where I can look to find out?