Questions tagged [episerver-6]

EPiServer is an ASP.NET-based CMS (Content Management System).

53 questions
3
votes
2 answers

EPiServer vs EPiServer with Page Type Builder

When creating properties and page types through admin mode in EPiServer, it's quite easy to understand how the database is written to in order to update the configuration of the website. But with page type builder, however, if it's as easy as…
SkonJeet
  • 4,827
  • 4
  • 23
  • 32
3
votes
1 answer

Creating a custom EPiServer workflow

I've been tasked with creating an EPiServer workflow in version 6 R2. The workflow we require needs the following steps: When a page is created in any language an approval is sent (to users or groups) Once the page is approved, a notification is…
higgsy
  • 1,991
  • 8
  • 30
  • 47
3
votes
1 answer

Getting directory from PageFiles folder of EPiServer

I'm having some thoughts about how the EPiServer PageFiles system work. When I get a global file it's simple to get the correct directory, I just write: var dir = VirtualPathHandler.Instance.GetDirectory("~/Global/myfolder/", true) But when I want…
Andreas
  • 2,336
  • 2
  • 28
  • 45
3
votes
2 answers

Episerver CMS 6 Slow page load

Hy, I am developing an Episerver Site, and experiencing a very poor page load speed Configuration used: Amazon AWS Windows Server 2008 R2 Datacenter 8 GB RAM, 64 bit op. system Microsoft Sql Server 2008 R2 IIS 7.5 Followed…
Kszili
  • 334
  • 3
  • 16
2
votes
1 answer

add unique id property to Episerver Composer block

Need to add a unique ID property in a composer tab, what's the best way of doing this and here's my attempt: [PageTypeProperty( EditCaption = "UniqueID", HelpText = "UniqueID", Type = typeof(PropertyString), …
dear1
  • 103
  • 11
2
votes
3 answers

EPiServer schedule job not running automatically

I am working on EPiserver CMS6. My schedule jobs are not running automatically. When I tried to run manually they work properly. Is there any configuration am I missing?
2
votes
4 answers

What does forceBinFolderScan attribute in EPiServerFramework.config file means?

I was studying for EPiServer exam and have read this article about EPiServer initialization: http://world.episerver.com/Documentation/Items/Tech-Notes/EPiServer-CMS-6/EPiServer-CMS-60/Initialization/ It describes how to configure initialization to…
marisks
  • 1,812
  • 1
  • 17
  • 33
2
votes
4 answers

Quickest way to find out which EPiServer version you are running on a site

Are there any other places except for episerver.config where you can find out which version ("EPiServer 6" / "EPiServer 6 R2") of EPiServer the site was built on? Usually I look in episerver.config and compare those numbers to the ones in Deployment…
PussInBoots
  • 11,028
  • 9
  • 52
  • 84
2
votes
1 answer

Episerver nested master page from EPiServerUI.master

I want to have my custom master page for all GuiPlugIn reports. As we know, by default GuiPlugIn referes to EPiServerUI.master page which is part of installation. I want to create a nested master page for my GuiPlugIn instead of default. Please…
1
vote
2 answers

EPiServer Dynamic Properties null / not updated

We have some issues with Dynamic Properties in EPiServer (CMS 6 R1). I have created a Dynamic Property that I use on a page. Unfortunately the property is null on existing pages. If I create a brand new page or even make a copy an existing page the…
MackeiaN
  • 61
  • 7
1
vote
2 answers

EPiServer and Windows Identity Foundation (WIF)

I am researching the possibilities of using WIF to identify users on parts of a customer's site running on EPiServer. I've managed to get WIF to kick in using, amongst others, the following…
Erik A. Brandstadmoen
  • 10,430
  • 2
  • 37
  • 55
1
vote
1 answer

Episerver, getting a users current "work-item"

I want to make a gadget that lists all the users with their current workitems shown. How do I get the current work item which is shown in the page-tree in editor-mode. For example, when user 1 works with page 1 you can see that there is a little…
1
vote
1 answer

Episerver - How to send Notification Message during EventsPublishedContent Event

I have seen several examples of how to send validation messages back to the UI, while editing content, like this. public class StandardPageValidator : IValidate { IEnumerable
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
1
vote
0 answers

Windows authentication on IIS 10 removes the Administrators group

I'm running Windows 10 and have IIS 10 running a webpage with Windows Authentication. This worked fine on Windows 7 but I had to upgrade to 10 because of other dependencies. The problem I have now is that when I login via the windows security prompt…
SpaceOgre
  • 107
  • 1
  • 12
1
vote
0 answers

Translate plugin/solution for EPiServer 7.x

Is there any translation tool for episerver 7 similar to TranslateX? TranslateX does not seem to be compatible with episerver 7.
PussInBoots
  • 11,028
  • 9
  • 52
  • 84
1
2 3 4