English 中文(简体)
What are the steps to creating a new EPiServer Project
原标题:
  • 时间:2010-03-29 15:34:05
  •  标签:
  • episerver

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 issues.

If you have a smooth process for creating an EPiServer site from scratch and deploying it to a web server... I d love to hear it!

最佳回答

When I started out with EPiServer, I found this blog series to be extremely helpfull!

问题回答

Setup a framework site that you fix, maintain and add general stuff too. Then copy that every time you start a new project. In my experience that s the smoothest way.

I generally use the Visual Studio Integration for EPiServer. Create a new EPiServer project and starts coding. When the skeleton is ready to go I move the database to a central server, update the connection strings, move the VPP folder to a shared server and update the paths in web.config to it. Then it s time to put the code in source control and a project is started.

When time comes for initial deployment to test / production I copy the database and VPP to the server and use Visual Studio s deploy mechanism to compile and copy the binaries + other files needed (before this, I naturally install the core episerver installation on the target server). Then it s just a little IIS configuration and things are working.

Future updates after that involves deploying from visual studio and export / import new/change pagetypes, etc.





相关问题
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(...

热门标签