开发者

EPiServer shared VPP folders

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜