Hello,
I am working a couple of days on the next problem:
1 windows 2008 server with shared partition.
1 windows 2008 webserver with iis7. (wil become more)
I want the webserver to get his data from the windows share, but it fails every time.
The servers are on a domain which works fine.
I have given EVERYONE full access on the share to rule out it's a permissions problem.
I let the site connect as a domain user which I also given full access to the share and the folder.
When I click "test settings" via "BASIC SETTINGS" I get the next messages:
AUTHENTICATION: (OK)
AUTHORIZATION: THE PATH DOES NOT EXIST OR ENVIRONMENT VARIABLES IN THE PATH COULD NOT BE EXPANDED TO VERIFY WHETHER IT EXISTS
This is strange, because I have specified the folder using the mini-explorer in IIS7.
When I access the website I get the next error.
CANNOT READ CONFIGURATION FILE.
\\?\E:\root\localuser\mapje\web.config
I can't find what I'm doing wrong, when I access the share using explorer I can delete, change, etc all files.
I have also tried to setup "shared configuration".
Export the configuration to the share works fine, but when I try to enable it on the same share I get the next error:
CANNOT FIND ALL CONFIGURATION FILES AT THE SPECIFIED PATH. SHARED CONFIGURATION CANNOT BE ENABLED
I think it's all the same problem, but I can't seem to find what I'm doing wrong.
I think it's about user rights, but I can't seem to find what's wrong.