Questions tagged [episerver]

Episerver is a web content management system and e-commerce platform based on .NET.

Episerver is an ASP.NET-based CMS (Content Management System) and e-commerce platform.

Information about Episerver development is best found at: http://world.episerver.com

General company information about Episerver is found at: http://www.episerver.com

In 2021, Episerver acquired Optimizely, and started its rebranding to gather under the Optimizely name.

Since the release of the most current versions (CMS 12 and Commerce 14), the products run on .NET 5/6.

728 questions
3
votes
3 answers

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 issues. If you have a smooth process for creating an…
Johnathan Sewell
  • 739
  • 10
  • 26
3
votes
1 answer

How do you check in code if a request matches an EPiServer Visitor Group

We've set up a new "visitor group" in EPiServer 6r2, and we want to add a css class to the tag of the site if the user is in that group, so different groups get different site designs. I'm trying to find out if the current visitor is in a…
Tim Abell
  • 11,186
  • 8
  • 79
  • 110
3
votes
3 answers

Programmatically retrieve the categories that can be assigned to pages in Episerver

Does anyone have an idea of how to programmatically retrieve the categories that can be assigned to pages in Episerver? C# is the programming language that I am using but an example in VB will do as well.
3
votes
1 answer

EpiServer localization for AJAX pages

I have a site which uses EpiServer CMS 7. I have a problem with the language of content which is returned after ajax call. For example, on some page I have a link, after clicking on it the AJAX-request will be sent to the server and content will be…
Max
  • 804
  • 7
  • 19
3
votes
1 answer

StructureMap Exception: "Entry point was not found" in NServiceBus project for EPiServer integration

I'm attempting to initialize an NServiceBus (v4.3.2) endpoint that calls EPiServer.Framework (v7.0.859.1) and other Mediachase (v7.0.243) libraries to initialize access to the database. My class ServerEndpoint implements…
3
votes
3 answers

Error when trying to load custom Client Editor

I've followed the steps in this article to create a basic custom editor but I'm getting a 404 error when trying to enter Forms Edit mode from /EPiServer/CMS/1.0.456/ClientResources/dtk/app/editors/EmailTextbox.js The document linked article…
Greg B
  • 14,597
  • 18
  • 87
  • 141
3
votes
3 answers

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(pageReference) (EpiServer will happily create a…
Lee Englestone
  • 4,545
  • 13
  • 51
  • 85
3
votes
1 answer

Custom property names in LessCSS

I'm trying to implement a custom CSS property in my TinyMCE editor stylesheet for an EPiServer CMS project. According to the EPiServer SDK, in order for me to add a custom style to the TinyMCE Styles dropdown, I need to use the EditMenuName property…
Dzulqarnain Nasir
  • 2,150
  • 1
  • 19
  • 16
3
votes
1 answer

Configure Content Channel EPIServer

I'm using the EPIServer Webservice to create pages and import files. For every page there should be the PageFiles root folder and under the PageFiles there should be another folder, say Images. So the searchpath is ~/PageFiles/id/file.jpg in the…
Andreas
  • 2,336
  • 2
  • 28
  • 45
3
votes
2 answers

How to redirect based on visitor's IP address

I need to create a landing page that will automatically redirect a visitor to the correct country page of a website by working out their location from their IP address. This is an EPiServer 4 site. How would you go about doing this and does…
Johnathan Sewell
  • 739
  • 10
  • 26
3
votes
1 answer

Getting directory from PageFiles folder of EPiServer

I'm having some thoughts about how the EPiServer PageFiles system work. When I get a global file it's simple to get the correct directory, I just write: var dir = VirtualPathHandler.Instance.GetDirectory("~/Global/myfolder/", true) But when I want…
Andreas
  • 2,336
  • 2
  • 28
  • 45
3
votes
2 answers

Episerver CMS 6 Slow page load

Hy, I am developing an Episerver Site, and experiencing a very poor page load speed Configuration used: Amazon AWS Windows Server 2008 R2 Datacenter 8 GB RAM, 64 bit op. system Microsoft Sql Server 2008 R2 IIS 7.5 Followed…
Kszili
  • 334
  • 3
  • 16
3
votes
2 answers

How to make log4net.Filter.StringMatchFilter work with acceptOnMatch set to false

I've just started using log4net and have some issues with filtering using strings. I'm trying to remove EPiServer specific logging in my log4net log file as I am not interested in it. I have the following log4net configuration for an appender: …
peter3
  • 1,074
  • 13
  • 22
3
votes
6 answers

Remove

Episerver always wrap shared block in a tag. I would like to get rid of this. So if in my LinkBlock has a Template with only link I would not get a in the view for a user. If this is not possible how…
Krzysztof Morcinek
  • 1,011
  • 13
  • 42
3
votes
4 answers

Disable Visual Studio Web Server Directory Browsing

I'm using Visual Studio's built in web server to test and EPiServer applicaiton. When I have the app running in IIS, if I hit the root of the virtual directory, EPiServer will take over and server the defaul page to me. Using the Visual Studion…
mnield
  • 1,859
  • 1
  • 20
  • 34