When being multiple developers on a project we want to share upload-folder. In older versions of EPiServer this could be solved by including the upload folder in the project folder and check in/check out between us. But in CMS you have to place the upload folder outside the project folder and this solution is prohibited.
So, how do we share the upload folder?
I work together with Åsa and we tried this solution today but the result wasn't totally satisfying. We can now synchronize our upload-folder but Åsa can't view the images/files on her computer. That is; I can point my browser to http://localhost/Global/RandomImage.jpg and see the file requested but if Åsa tries the same thing on her machine she just receives a 404-page.
So, any help on this?
The problem is solved.
After a quick reply from the support team at episerver we now have the solution. Apparently the person who hadn't created the projekt had to add the following:
Go to the properties for the site in the IIS -> home directory -> configuration. There has to be a .* wildcard there that points at C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll. Also check that "verify that file exist" isn't selected.