episerver Questions

2

Solved

I am working on a .NET application combined with Optimizely CMS. I would like to access a JSON file like: www.abc.com/.well-known/assetlinks.json I can access locally like: https://localhost:44300/...
Trelu asked 21/3, 2022 at 15:7

3

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.
Congresswoman asked 2/9, 2016 at 8:11

4

Solved

How to redirect to any page (eg Home) from any MVC controller in Episerver? eg after login - redirect to the start page.
Khedive asked 11/3, 2014 at 13:24

4

Solved

There are two ways of configuring and using log4net. First one is when I can configure my own appender and associated logger: <!-- language: xml --> <appender name="myLogAppender" type="...
Defiance asked 17/8, 2011 at 7:34

4

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...
Polypary asked 9/7, 2012 at 7:17

2

I am trying to perform a client side form validation using an episerver xform the compiled html looks like this: http://codepen.io/anon/pen/ojGGJw Any guidance on how to achieve that? I am thinki...
Montmartre asked 15/10, 2015 at 1:19

3

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 StackOver...
Acquirement asked 29/4, 2015 at 12:56

1

Solved

In EPiServer 7, I have come across 2 different interfaces to get a hold of the EPiServer repository - IContentRepository and IContentLoader. Example: var repo = EPiServer.ServiceLocation.Servic...
Wolverine asked 9/10, 2015 at 12:33

9

Solved

Aside from Episerver.com What other websites do people who develop using EPiServer use as development resources!? Been using coderesort.com but I find that it lacks examples of how to do stuff. M...
Hearsay asked 24/9, 2008 at 8:57

2

Solved

I simply want to get a list of all enabled languages for the EPi Server website (enabled in the "Manage Website Languages" panel in Admin mode) and preferably also be able to retrieve the path to t...
Higinbotham asked 15/10, 2013 at 7:40

1

Solved

What is the best way to add indexes on existing objects mapped to DDS? Several hundred thousand objects already stored in the database. Is it as easy as just adding [EPiServerDataIndex] atttribute...
Industrialize asked 16/4, 2015 at 21:21

1

Solved

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 differen...
Krieg asked 9/8, 2013 at 10:1

1

Solved

I have a content area which will have some blocks, some attributes of these blocks must be initialized with data from a SQL query, so in the controller I have something like this: foreach (ObjectT...
Sarcastic asked 16/1, 2015 at 22:40

5

Increasingly, I have noticed the number of Content Management Systems in use. I have some familiarity with SiteCore. I have read some literature on Umbraco. I only just got wind of Orchard the othe...

1

Solved

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 = ne...
Jarrod asked 6/9, 2013 at 10:36

2

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 an...
Important asked 14/6, 2013 at 8:50

2

Solved

In my controller i have an ID to an object in a database, and multiple actions needs this id to access the object. This ID is fetched in the Index action and used to populate the view model. The wa...
Unclothe asked 24/4, 2013 at 9:10

1

Solved

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 w...
Zebu asked 18/2, 2013 at 10:39

3

Solved

I can't find any information about this on either www.episerver.com or world.episerver.com, anyone knows?
Ebb asked 9/10, 2008 at 7:8

2

Solved

What is the best way to abstract the episerver infrastructure for easier testing?
Conferva asked 23/11, 2008 at 18:8
1

© 2022 - 2024 — McMap. All rights reserved.