English 中文(简体)
Setting up a new EPiServer 6 project with source control
原标题:
  • 时间:2010-02-25 11:33:03
  •  标签:
  • episerver

I want to end up with a single VS project/solution that I can check in to source control, that any other developer in the office can simply check out and run, and that I can deploy without having to install EPiServer program files on every web server.

I have just used the EPiServer 6 Deployment center (part of the official EPiServer 6 download). That gave me an EPiServer templates project, website setup in IIS, and a database installed.

The first issue is that when I change the VS project file to use the Visual Studio Development Server, the cms start page (site centre) no longer works.

And an even bigger problem is that the episerver.config file is using all sorts of files in the C:Program Files (x86)EPiServer directory on my machine.

最佳回答

You can remove the virtualPath items pointing to Program Files in the config file and copy those folders to the same paths inside the source controlled project folder.

问题回答

暂无回答




相关问题
pasteHTML removes markup

I am writing a plugin to an old IE-only WYSIWYG-editor which resides in an old CMS. I ve created a plugin that opens an popup where the user can enter the url of an youtube clip. The popup then ...

What are the steps to creating a new EPiServer Project

How do you go about setting up a new EPiServer website? I can t seem to get from an empty visual studio project to a deployed website without having to fix all kinds of file path and referencing ...

Setting up a new EPiServer 6 project with source control

I want to end up with a single VS project/solution that I can check in to source control, that any other developer in the office can simply check out and run, and that I can deploy without having to ...

Search Server 2010 - reference error

Im running Search Server 2010 from a virtual machine and it works good so far. On my development machine (win xp 32bit), the thought is to query the search server with a web service. Problem is that ...

Development environment for ASP.NET with EpiServer

At our company we are going to develop more for the Windows platform than we have done up until now. As this scale of Windows development is new to us it would be nice with some feedback from ...

EpiServer : How to Check Whether Page Exists?

Is there a way to gracefully check whether a page exists in EpiServer CMS 5 (given a pageId integer) without having to catch the PageNotFoundException thrown by DataFactory.Instance.GetPage(...

热门标签