Search code examples
c#asp.netc#-4.0episerver-6

Setting first page on EPiServer CMS 6


For some reason, I can't work out how to set the 'home page' of an EPiServer project I'm working on. The default.aspx in my project is obviously used as a template for a pagetype I've defined using page type builder so it doesn't act as the start page as such. How do I (developer) or/and editor or admin set it?


Solution

  • Open episerver.config, find the "sitesettings" node and set "pageStartId" to the pageID of your choice.