我想为EPi服务器8中的网站配置多开发人员开发环境。我已经按照article这样做了(我猜这是为此目的在网上提供的唯一文章:-))
我已将我的EPi Server数据库和VPP文件夹(模块/ _protected)移至共享位置
我更改了以下物理路径web.config
<episerver.packaging protectedVirtualPath="~/EPiServer/" protectedPath="\\location\Modules\_Protected" publicVirtualPath="~/modules/" publicPath="modules" />
<virtualPathProviders>
<clear />
<add name="ProtectedModules" virtualPath="~/EPiServer/" physicalPath="\\location\Modules\_Protected" type="EPiServer.Web.Hosting.VirtualPathNonUnifiedProvider, EPiServer.Framework" />
</virtualPathProviders>
我已经重新启动了IIS,但仍然网站尝试从旧位置访问EPiServer.Cms.Shell.UI.zip,这是[websiterootfolder] \ modules_protected \ CMS
任何人都可以帮忙????