I guess the same problem is asked for in the following thread:
http://world.episerver.com/Forum/Pages/thread.aspx?id=28282
But as two different answers are given the question for me remains.
/Hans
You probably should run the app pool with a domain account or local machine accounts that have the same name and password on all machines. If you have different domains, the users must be local machine accounts.
IIS will run using the NetworkService account which is local and won't have access to other machines.
If you have the money, a SAN will probably be better.
/Steve
Thanks Steve
I'm a developer but I know that our technicians have choosen between a fileshare and a SAN. So I know we have a SAN.
After reading about what a SAN is I understand it this way:
You can attach a shared storage device to each webserver as it exists locally. In our case we would have three "virtual/local" devices, one for each webserver, but physically the storage would be the same. You set local access rights on each webserver. If a file is uploaded at WEBSERVER1 it physically will be saved at the shared storage device. The file will then exist "locally" at each webserver.
Is this correct?
/Hans
Yes Hans, that is correct, and the beauty of a SAN.
Just make sure the SAN accepts simultaneous writes from all servers. I've heard that cheaper SAN solutions (oxymoron!) might not, and is in effect read-only from all but one server.
If you're running on virtual servers, I think you can even virtualize the SAN, which is a great idea! :-)
/Steve
We want to set up an EPiServer solution as follows:
We have problems setting the access rights for the VPP folder.
As I see it the following accounts need access rights to the VPP folder at the share:
WEBSERVER1\IIS_WPG: Modify
WEBSERVER2\IIS_WPG: Modify
EDITSERVER\IIS_WPG: Modify
Is this solution at all possible? Do the webservers and the fileshare need to be at the same domain to accomplish it? The problem as I see it is to set access rights on the fileshare for an account from a different machine.
If it is not possible do you know another solution to accomplish the same thing, to have one shared file upload for multiple webserver instances.
/Hans