Questions tagged [episerver-7]

EPiServer is a web content management and e-commerce software platform based on the Microsoft stack.

EPiServer 7 CMS allows you to achieve maximum impact by managing content seamlessly across screens and channels. Be creative and focus on your message

With EPiServer .NET CMS, you can focus on what's important: the message. Stop worrying about how content will render on different screens and whether or not it will follow brand guidelines. Across mobile, tablet and desktop screens… It will always look great. Edit with automatic design and layout

EPiServer 7 CMS allows content managers to edit directly on the page and view updates in real time. Adding images is simple: drag and drop your image from the assets pane and it will automatically adjust to the layout. Use the view setting button to switch between different channels and see how your content adapts the layout to an iPhone or iPad.

Create once, reuse across sites, screens and channels

Maximize efficiency and stop duplicating content. With EPiServer 7 CMS, you can create a piece of content once and use it across all of your sites, screens or channels. Changing and updating content is just as easy. Imagine the hours saved in content creation, editing and formatting - allowing you to provide customers with consistent and timely messaging across all screens. The time to market for launching new websites for the enterprise is reduced by reusing existing content structure.

114 questions
0
votes
1 answer

Cannot access admin page after EPiServer CMS 6 R2 to 7.5 upgrade

I have upgraded a site from EPiServer CMS 6 R2 to 7.5 via Deployment Center. After running the "Upgrade/disable Add-ons After Product Upgrade" I cannot access the back-end/admin page. Error: Exception details: ActivationException: Activation error…
Jen
  • 153
  • 2
  • 13
0
votes
1 answer

Custom class if in edit mode in EPiServer

I am wondering if there is a way to set a class to a container div ONLY if in edit mode in EPiServer? I found this way to add a html-element: @if (PageEditing.PageIsInEditMode) {

I am in edit mode!

} But is there a way to do like this:…
noodle
  • 5
  • 2
0
votes
2 answers

Caching objects in EPiServer CMS 7.5 with cache dependencies

I would like to store a small list of objects and create a dependency to the website's start page. Thus enforcing cache invalidation when the start page is altered. This was easily done with the old cache implementation, which now is …
maets
  • 750
  • 6
  • 18
0
votes
1 answer

EPiServer 7 namespace for Locate() isn't resolving

I'm new to EPiServer, and am attempting to retrieve child news article pages from a news list that I created. Examples that I've found online used the Locate() method, but when I attempt to apply Locate to my code, it's not being found. This is one…
Ken Palmer
  • 2,355
  • 5
  • 37
  • 57
0
votes
1 answer

Regulation user access to the site on IIS

I have an application that should be open to the Internet at the time of development. The application has its own authorization (forms). We can not restrict access to the server over a range of IP addresses. We also need the site to behave…
Pavel
  • 1,015
  • 3
  • 13
  • 27
0
votes
1 answer

How to solve the following error: Episerver.PageBase does not contain a Constructor that takes 0 arguments

I have created a generic handler in a Episerver 7.5 project. In this handler i want to inherit methods from the PageBase Class. My code looks like this: public class GetMapCoordinates : PageBase, IHttpHandler { public override void…
ThunD3eR
  • 3,216
  • 5
  • 50
  • 94
0
votes
1 answer

I'm using Nlog in my EPiServer app and it does not log

I'm using NLog for logging exceptions in my EPiserver application. I used this blog as a reference and my application does not log anything. I created a NLog bridge appender class and configured EPiServerLog.config and…
Jen
  • 153
  • 2
  • 13
0
votes
1 answer

How create carousel in Episerver?

I created carousel using this one tutorial Per Zimmerman animation tutorial and its works fine, but this tutorial is for web forms. Now I installed Alloy MVC site using Deployment Center. And I would like to create the same carousel for MVC and…
Oleh
  • 447
  • 1
  • 11
  • 30
0
votes
2 answers

How correctly install EpiServer Commerce 7 on MVC Site?

I am trying to install EpiServer Commerce 7. Found this one guide Building EPiServer Templates with MVC Razor Part 1 Can some body explain this first step Create a New EPiServer Project in tutorial? I created new project in Visual Studio then in…
Oleh
  • 447
  • 1
  • 11
  • 30
0
votes
2 answers

Issue while trying to create a page from page type created using pagetype builder

I have created a pagetype using pagetype builder 1.3. In that pagetype builder i have defined a property.The code is like this [PageType(Filename = "~/Templates/Public/Pages/Scheduling.aspx")] public class Schedule : TypedPageData { …
Utpal
  • 805
  • 4
  • 15
  • 44
0
votes
0 answers

EPI Server website build using ASP.Net MVC is not accessible outside edit mode

I have created a ASP.Net MVC application using the EI Server template provided in Visual Studio. The only page I have created is showing in the Edit mode. But when i am trying to access it outside the edit mode it is giving the error HTTP 404 .…
Utpal
  • 805
  • 4
  • 15
  • 44
0
votes
1 answer

EPiServer routing issues

I've implemented a few css files in an EPiServer 7 MVC application. The routing may be a bit trigger happy since when I look at the…
Eric Herlitz
  • 25,354
  • 27
  • 113
  • 157
0
votes
1 answer

Is it possible to configure multiple targets for the EPiServer Mirroring Service 2.0

Given a configuration where I have two publicly visible web servers hosting the public facing website and one internally visible server hosting the website and CMS, is it possible to configure the Mirroring Service to push from the CMS instance to…
Greg B
  • 14,597
  • 18
  • 87
  • 141
0
votes
1 answer

Using Reflection and GetValue problems

I have an abstract class that looks like so: public abstract class PageObjectsBase { public abstract string FriendlyName { get; } public abstract string PageObjectKeyPrefix { get; } public abstract string CollectionProperty { get;…
higgsy
  • 1,991
  • 8
  • 30
  • 47
0
votes
1 answer

How to save Id for dijit.form.ComboBox

I'm writing my first dijit control for EPiServer. In my template I am using the dijit.form.ComboBox. I have attached an event handler to the "onChange" event like so: postCreate: function () { // call base implementation …
higgsy
  • 1,991
  • 8
  • 30
  • 47