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
0
votes
3 answers

EPISERVER 6 R2 Selected/not selected default value not working

I am trying to set default value for Selected/not selected property to true in Episerver>Admin>My page type>Edit property. This should create a checkbox which is checked when creating new pages using My page type. However, after creating a new page,…
Igor
  • 115
  • 1
  • 2
  • 10
0
votes
2 answers

Purpose of viewmodel in controllers when data already present

What is the point in using a viewmodel when all the relevant data is already available through the parameter in the signature of the controller? I've seen a lot of examples similar to this: public ActionResult Index(BasicPage currentPage) { …
Kneta_
  • 403
  • 2
  • 5
  • 12
0
votes
1 answer

EPiServer R2 SP2

I am attempting to install an EPiServer R2 SP2 site on IIS 6.0 and I received the classfactory not initialised error. I managed to overcome this by downgrading my web.config to one that is compliant with IIS 6.0 The site loads fine and works as it…
Beetlegeuce
0
votes
1 answer

Compiler Error message because type exists in two versions of DLL in GAC

I get this error message: Compiler Error Message: CS0433: The type 'EPiServer.Web.WebControls.LogGenerator' exists in both 'c:\WINDOWS\assembly\GAC_MSIL\EPiServer\5.2.375.236__8fe83dea738b45b7\EPiServer.dll' and…
Anders Branderud
  • 1,878
  • 6
  • 29
  • 45
0
votes
1 answer

Composer and custom controls

How can I get PageLink to the current page if I need it in the custom control within a composer block. If I use CurrentPage (member of PropertyDataControl that is my base class for the custom control), I get PageData that refers to the composer…
Dave
  • 349
  • 1
  • 15
0
votes
1 answer

EPiserver cache load balancer

I have a strange problem with EpiServer 6.0 . When it is on the environment behind the load balancer it seems to have out dated cache. For example when accessing user settings it doesn't bring the latest data however when run locally or when load…
0
votes
2 answers

How can I conditionally check a property in the .aspx file inside EpiServer:MenuList?

I'm building a menu in EpiServer where I only want to include items that is of a certain pagetype. If the repeated item has a pagetype that equals "X" then print it out, else don't do nothing.
  • 0
    votes
    2 answers

    IISExpress not starting

    I have an EPIserver site that wont start when i run it in IISExpress, but when i run it in the VS Development Server it works. Im not getting any error message when trying to make it go with IIS Express, it just starts and never presents any error…
    Daarwin
    • 2,896
    • 7
    • 39
    • 69
    0
    votes
    1 answer

    Assembly has a higher version than referenced. EPI5 to EPI6

    After a succesfull uppgrade from EPi5 to EPi6 i get this error Error 101 Assembly 'EPiServer.Web.WebControls, Version=6.0.530.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7' uses 'EPiServer, Version=6.0.530.0, Culture=neutral,…
    Daarwin
    • 2,896
    • 7
    • 39
    • 69
    0
    votes
    1 answer

    Upgrading EPI5 to EPI6 Assembly newer error

    Im getting an error when upgrading EPI 5.2 to EPI 6.0. The error message is in swedish but it enterprate it like the assemblies are newer than the installer, so i downloaded a new version of the installer (deployment center) but i got the same…
    Daarwin
    • 2,896
    • 7
    • 39
    • 69
    0
    votes
    2 answers

    EPIserver no CSS for the UI Admin section

    After moving a EPI6 site to my local machine and reconfiguring it for IIS7.5 (instead of IIS6) i have a problem. The UI Admin/Edit backend has no CSS. I suspected this was due to the virtual path mapping and i found that they where all mapped to…
    Daarwin
    • 2,896
    • 7
    • 39
    • 69
    0
    votes
    1 answer

    Change jQuery Mobile loading icon

    I am trying to change the default loading icon for jQuery Mobile (v1.1.0) by overwriting the jquery mobile css setting using this css. This is one way to make it work, as I have understood from reading around. (how to change the default load ajax…
    David
    • 101
    • 1
    • 3
    • 15
    0
    votes
    1 answer

    Problems with Request.QueryString. Reads cache instead of URL

    I'm trying to retrieve the value of myID from my URL. I'm testing this using <%=Request.QueryString["hotelid"] %>. It only works the first time the page is loaded either in a new browser, or if my project has been rebuild. My URL string is typical:…
    Steven
    • 19,224
    • 47
    • 152
    • 257
    0
    votes
    2 answers

    Event wont fire Custom property, EPiServer

    For some reason my button wont fire the click-event.. As for now I only have an asp:button with the runat,OnClick and Id attributes.. I have checked a few times that the name of the event is the same as the value of the OnClick attribute.. It does…
    Inx
    • 2,364
    • 7
    • 38
    • 55
    0
    votes
    1 answer

    Multiple Authentication Mode - Episerver Sites

    We setup multiple Websites based on single Assembley. All sites use Forms authentication mode, set on single Web.config file. Now we need to setup an Intranet site based on the same assembley (as well as same Web.config file) but this time it should…
    PAUser
    • 3
    • 1