EPiServer is an ASP.NET-based CMS (Content Management System).
Questions tagged [episerver-6]
53 questions
1
vote
1 answer
Getting the property value of a page
I am very new to EpiServer and I want to develop a code for accessing property values of a page. I can access that using this code
PageData oPage = EPiServer.DataFactory.Instance.GetPage(new PageReference(30))
string str =…

Utpal
- 805
- 4
- 15
- 44
1
vote
2 answers
How to put authentication on a EPIServer page
I have created a page type from EPIServer admin and based on that created a page in EPIServer. Now I want to put authentication on that page so that only login user and user with a certain user id can access that page from front end.No guest user…

Utpal
- 805
- 4
- 15
- 44
1
vote
1 answer
Link Item Collection in n2cms
I used EpiServer CMS. I'm just wondering if n2cms has any attribute to collect links. (like LinkItemCollection in EpiServer). If not, Please give me an idea to implement.
Reference:…

dotnetrocks
- 2,589
- 12
- 36
- 55
1
vote
0 answers
Episerver upgrade 6 to episerver 7 error
Hi i am trying to upgrade EPiSERVER 6 website to EPiSERVER 7 through EPiSERVER deployment center. I am keep getting this error hope some one will able to help me out here.
Error - Method invocation failed because [System.String] doesn't contain a…

Adnan Zameer
- 732
- 3
- 10
- 23
1
vote
2 answers
Problems installing EpiServer 6
When installing Epi Server 6.0.530.0 I choose "Custom" but a while later I get an error ("Could not find stored procedure 'sp_dboption'"). This is my first installation and I've never worked with Epi (allthough I've been coding .NET since 10+ years)…

Konrad Viltersten
- 36,151
- 76
- 250
- 438
0
votes
1 answer
Setting first page on EPiServer CMS 6
For some reason, I can't work out how to set the 'home page' of an EPiServer project I'm working on. The default.aspx in my project is obviously used as a template for a pagetype I've defined using page type builder so it doesn't act as the start…

SkonJeet
- 4,827
- 4
- 23
- 32
0
votes
1 answer
Creation/use of EpiServer properties
I'm working with EpiServer CMS 6 on the ASP .net 4.0 platform. I can create a property in Admin Mode just fine but is there a way to create properties in Visual Studio? (Not necessarily custom properties, just a simple String property for now). Am I…

SkonJeet
- 4,827
- 4
- 23
- 32
0
votes
1 answer
Purpose of an EpiServer MenuList's page link?
Cannot seem to grasp the concept of PageLink attributes for EpiServer listing controls. I need to understand this: "PageLink: Provides a page reference to a page; the children of that page will become the collection used." Supposing I'd like to use…

SkonJeet
- 4,827
- 4
- 23
- 32
0
votes
1 answer
Get changed page count from a week back
I want a widget on the front page of an intranet.
It should display the count of number of pages that have been changed n number of days back.
I tried something like this, but it always returns 0
var changeLog =…

Leon Radley
- 7,596
- 5
- 35
- 54
0
votes
1 answer
Render EPiServer XForm on usual page, not inherited from EPiServer
I need to render XForm control on regular page, the one that is not inherited from TempaltePage. Currently I'm getting a message:
Error : Can not create form
With a log entry:
ERROR [85]…

Sly
- 15,046
- 12
- 60
- 89
0
votes
3 answers
using EPiImageResizer in a Repeater
I'm not getting EPiImage to show me the image when I use it in a Repeater.
If I move the resizer outside of the Repeater it works like a charm..
Is there anything special I need to think about?
…

Leon Radley
- 7,596
- 5
- 35
- 54
0
votes
0 answers
episerver preview loads over http instead of https when changing language
i have a website "https://example.com", with episerver 6 cms.
When i go into the backend, the english page shows perfectly well, no issues there. I can see the preview of the page and everything.
Then i try to change to the danish site, and it…

andrelange91
- 1,018
- 3
- 21
- 48
0
votes
1 answer
Episerver - Automatically delete Properties from Episerver when deleted in code
I'm working on my first EPI Server project and I have noticed that when I create a property on a 'Page Type' in C# Code, compile it, I can see the properties in Episerver.
However when I then delete that property in code the property still appears…

Ayo Adesina
- 2,231
- 3
- 37
- 71
0
votes
1 answer
Is there a swedish language pack for EPiServer Relate+ 2.0?
I've looked everywhere, I can't find any extra languages for Relate+
Anyone got a clue?

Leon Radley
- 7,596
- 5
- 35
- 54
0
votes
2 answers
EPiServer DDS Change Schema for type
I am storing a type in the EPiServer DDS that has a few properties such as string and guid. I now want to add a new property of type string to that type. How is it possible to get the DDS to recognise the new property added to the type and add it to…

Jet Basrawi
- 3,185
- 2
- 15
- 14