开发者

EPiServer shared VPP folders

开发者 https://www.devze.com 2023-03-01 01:49 出处:网络
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开发者_如何学

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"
/>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号