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
16
votes
5 answers

SignalR 2.0 error /signalr/hubs 404 (Not Found) when using IIS

I'm having some issues with SignalR 2.0 in EPiServer 7.5 (a MVC4 framework). All I get is a 404 error GET http://web.com/signalr/hubs 404 (Not Found) I'm hosting everything on a Windows 2012 R2 Server. Also noteworthy is that the solution works…
Eric Herlitz
  • 25,354
  • 27
  • 113
  • 157
9
votes
3 answers

Episerver - Why BlockData doesn't implement IContent

Does anybody knows why BlockData class doesn't directly implement IContent? I know that during BlockData is being retrieve from database, proxy created by Castle implements IContent. If StackOverflow isn't suitable place for this kind of a…
gringo_dave
  • 1,372
  • 17
  • 24
7
votes
1 answer

EpiServer how to get the Link URL of a specific page?

I need to bind the LinkURL of the Blog Page with a link button on the Start Page. What I did was actually found that Page ID and get a Page Reference using it. PageReference BlogPageReference = new PageReference(21); PageData BlogPage =…
user1408470
  • 1,475
  • 3
  • 15
  • 21
7
votes
2 answers

How to manually rebuild the search index (Index, Main, Ref folders) in EPiServer 7

I have seen some custom made gadget for the dashboard and a plugin in admin-mode in EPiServer 6 R2 that will let you rebuild the search index. What options are there in EPiServer 7? Are there any official plugin-in/gadgets or some other built-in…
PussInBoots
  • 11,028
  • 9
  • 52
  • 84
7
votes
1 answer

Rendering of blocks in Episerver MVC

I have a question I have been struggling a bit with the last days. I'm trying to understand how the rendering of blocks works in Episerver 7 when working with MVC. My current setup that actually works is as follows: I have created a Block Type…
Kneta_
  • 403
  • 2
  • 5
  • 12
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
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

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
4
votes
5 answers

Restrict Blocks in ContentArea

I'm having a issue restricting what kind of Block to be inserted in a ContentArea. What I want is that the SliderBlock's ContentArea property can only have insertion of a SlideItemBlock. [ContentType(...)] public class SlideItemBlock : BlockData { …
Raskolnikoov
  • 565
  • 11
  • 27
4
votes
2 answers

How do I know which tag caused the controller to be chosen?

In EPiServer CMS 7, a Content Area can be tagged with one or more Tags: @Html.PropertyFor(x => x.CurrentPage.MainContent, new { Tag = "ContentTag" }) One way you can wire up Page Types and Tags to create a controller with a TemplateDescriptor…
Greg B
  • 14,597
  • 18
  • 87
  • 141
4
votes
1 answer

EPiServer 7, compare new property values with previous values when a page is published?

I'm subscribing to the DataFactory event PublishingPage using an initialization module: DataFactory.Instance.PublishingPage += Instance_PublishingPage; void Instance_PublishingPage(object sender, PageEventArgs e) { } The parameter PageEventArgs…
ThePike
  • 69
  • 7
3
votes
1 answer

DDS not saving entity when specifying id

When specifying a given id to an entity before persisting it using a dynamic data store in episerver, the entity is not persisted. According to tutorials I have seen this should have been just fine. Any clues? No exceptions are thrown, and the Save…
oligofren
  • 20,744
  • 16
  • 93
  • 180
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
1
2 3 4 5 6 7 8