You will not be able to set up Global... as network shares. EPiServer will only give you an error. The easiest way to solve your problem, is to set up folder syncronization betweenthe developers. Microsoft's Synctoy is a perfect product for this :)
You can download it here:
http://www.microsoft.com/Downloads/details.aspx?familyid=C26EFA36-98E0-4EE9-A7C5-98D0592D8C52&displaylang=en
--
Lars Øyvind Bodahl
You should be able to have the directories on a shared network folder provided that you can reference it via a mapped drive. Once you have the folders in place and the drive mapped then update the 'physicalpath' property on each of the vitual path providers configured in the web.config file. For a develoment environment giving the Network Service account modify permissions to the folders should be adequate, for a production environment I would recommend copy the permissions as set up by the EPiServer installation manager.
N
But is it possible to give the "Network Service" account from a different machine access rights to the shared folders?
See thread: http://world.episerver.com/Forum/Pages/Thread.aspx?id=28675&epslanguage=en
This explains my problem.
/Hans
Hi!
Newbe-question:
If a development team wants to share the folders Global/Pages/Documents, how is that scenario set up? By placing the folders on a network share and point out the UNC in web.config virtual directory section? What permissions should be applied to the folders?
Thx!