This might be at daft question but i've nerver done it before...
We are a few developers on the same project with local development environments and now we want to set up shared VPP fol开发者_如何学Pythonders on a external server.
I have created a VPP folder on the external "testserver" but how do i configure it to be shared by all the developers in the project?
They need to modify episerver.config file. Find virtual path section and change the physicalPath value.
e.g.
<add showInFileManager="false"
virtualName="Page Files"
virtualPath="~/PageFiles/"
bypassAccessCheck="false"
indexingServiceCatalog="Web"
physicalPath="\\test_server\VPP\PageFiles"
name="SitePageFiles"
type="EPiServer.Web.Hosting.VirtualPathVersioningProvider,EPiServer"
/>
精彩评论