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
6
votes
1 answer

EPiServer 7 - Dictionary Based Custom Property Type

I have been ramping up on EPiServer 7 MVC and have gone through Joel Abrahamsson's Alloy MVC Template. After taking a look at the customized Preview Controller, which previews a block in 4 different 'sizes' it could be rendered, I had the idea to…
Philip Pittle
  • 11,821
  • 8
  • 59
  • 123
5
votes
1 answer

Change error message for password policy validation in System.Web.Security.MembershipProvider (EPiServer)

here is my case. I am using EPiServer 9 and I have configured a SqlServerMembershipProvider as follows:
a4bike
  • 641
  • 1
  • 6
  • 12
5
votes
3 answers

How do I get the Name of a block in EpiServer?

How do I get the name, set in the CMS, of a certain block in an MVC view? I guess that it should be @Model.Name but I can't find it.
rablentain
  • 6,641
  • 13
  • 50
  • 91
5
votes
1 answer

Stop EPiServer clearing output cache on publish

This isn't a question I've seen around, usually it's 'EPiServer isn't clearing the output cache'. I'm trying to achieve the opposite. Each time a page is published the entire cache is dropped and as the client publishes several times a day, this is…
5
votes
1 answer

Get products episerver commerce

Followed this tutorial http://world.episerver.com/documentation/commerce/get-started-with-commerce/3--creating-a-start-page/ to get going with episerver commerce. It works fine when writing the url to a specific problem. But say that I have the…
noshitsherlock
  • 1,103
  • 2
  • 11
  • 28
5
votes
2 answers

Diamonds with question marks

I'm getting these little diamonds with question marks in them in my HTML attributes when I present data from my database. I'm using EPiServer and a few custom properties. This is the information I've gathered, I save my data as a XML document,…
Viktor Elofsson
  • 1,581
  • 2
  • 13
  • 20
5
votes
4 answers

How can I find number of visitors/users at my site (IIS7/asp.net) at any given moment?

I need to display how many users are browsing my site. The site is running on iis7, and we are using asp.net 3.5. Is the number of active sessions a good way to go? The number does not need to be very accurate. No history is needed, I just want to…
oekstrem
  • 477
  • 3
  • 6
  • 12
5
votes
3 answers

Is EPiServer threadsafe?

I can't find any information about this on either www.episerver.com or world.episerver.com, anyone knows?
thr
  • 19,160
  • 23
  • 93
  • 130
5
votes
4 answers

Allow custom HTML attributes in TinyMCE in EPiServer

EPiServer only: Our clients are trying to add custom attributes to a div-tag in the TinyMCE editor - they switch to HTML mode, makes the changes and save the page. Then the attributes are removed. Washing HTML like this is standard behaviour of…
Jakob Gade
  • 12,319
  • 15
  • 70
  • 118
4
votes
0 answers

MVC 3 + Episerver =?

Is it possible to use ASP.net MVC 3 in the latest version of Episerver?
HelloWorld1
  • 13,688
  • 28
  • 82
  • 145
4
votes
1 answer

How do I get an EPiServer page of a specific page type builder type with all its strongly typed properties correctly populated?

How do I get an EPiServer page of a specific page type builder type with all its strongly typed properties correctly populated? Could I do this in a single method call? I have tried using: ContentPageType pageAsContentPageType = …
Phil C
  • 3,687
  • 4
  • 29
  • 51
4
votes
4 answers

EpiServer - get absolute friendly url for given culture for page

I've a following setup in my Manage Websites panel General Url is set to alloy.com alloy.no is set for no culture alloy.se is set for sv culture alloy.com is set for en culture In my code, i want to get the friendly external url for given language…
gringo_dave
  • 1,372
  • 17
  • 24
4
votes
1 answer

EpiServer: Convert String to XHTMLString

I'm currently using EpiServer 7.5 with ASP.Net MVC. Basically, I'm defining a property inside a model which needs to be of type XHtmlString. What I wish to do inside the model is set a default value for the XHtmlString, but since this is represented…
user3556163
  • 114
  • 1
  • 10
4
votes
4 answers

'blocked' The page at 'X' was loaded over HTTPS, but ran insecure content from

How I can fix this block if everything happen inside of my domain? [blocked] The page at 'https://example.com/secure/CMS/Edit/Default.aspx' was loaded over HTTPS, but ran insecure content from…
AFetter
  • 3,355
  • 6
  • 38
  • 62
4
votes
1 answer

Cannot upload a image file in the EPiServersite

I have created a EPIServer CMS site using visual studio. I am able to access the site using edit mode. I want to add some image on that site. But when I am trying to upload a image using the upload option it is showing failed message.Why it is…
Utpal
  • 805
  • 4
  • 15
  • 44
1
2
3
48 49