Tagged Questions
EPiServer is an ASP.NET-based CMS (Content Management System).
7
votes
1answer
169 views
Correct way of using log4net
There are two ways of configuring and using log4net. First one is when I can configure my own appender and associated logger:
<appender name="myLogAppender" ...
5
votes
2answers
460 views
TDD with Episerver
What is the best way to abstract the episerver infrastructure for easier testing?
5
votes
5answers
692 views
EPiServer Development
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.
Many ...
4
votes
3answers
253 views
Is EPiServer threadsafe?
I can't find any information about this on either www.episerver.com or world.episerver.com, anyone knows?
3
votes
4answers
5k views
Choosing a CMS: EPiServer vs Orchard vs SiteCore vs Umbraco
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 other ...
3
votes
3answers
85 views
How do I share usercontrols/functionality between sites?
Hi
We have two asp.net sites (based on episerver).
Using Telerik Asp.net controls.
We have some funtionality that we want to have availible in both sites.
Right now one of the sites use ...
3
votes
1answer
694 views
How to redirect based on visitor's IP address
I need to create a landing page that will automatically redirect a visitor to the correct country page of a website by working out their location from their IP address.
This is an EPiServer 4 site. ...
3
votes
8answers
4k views
“Invalid token ',' in class, struct, or interface” after checkout
I am having problems compiling an EPiServer Web Application after checking it out of Subversion.
I get this error
Compiler Error Message: CS1519: Invalid token ',' in class, struct, or
...
2
votes
1answer
29 views
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 ...
2
votes
3answers
55 views
Render a page differently based on which list that opened it
I have two lists of different PageTypes - NewsItems and PressReleases. They are displayed in one list each, with links to the individual items.
Now I want to include the press release items into the ...
2
votes
1answer
535 views
How do I get an EPiServer page of a specific page type builder type with all its strongly typed properties correctly populated?
How do I get an EPiServer page of a specific page type builder type with all its strongly typed properties correctly populated? Could I do this in a single method call?
I have tried using:
...
2
votes
1answer
301 views
EPiServer shared VPP folders
This might be at daft question but i've nerver done it before...
We are a few developers on the same project with local development environments and now we want to set up shared VPP folders on a ...
2
votes
2answers
170 views
Strategy for making a mobile version of a EPiServer site
I am about to help a client develop a mobile version of their EPiServer site. The mobile version should have different functionality than the regular but some content might be shared so that it won't ...
2
votes
1answer
618 views
EPiServer.Configuration.Settings.Instance - Application is initialized with settings for siteId=“x”, but current request maps to siteId=“y”
We have a EPiServer 5.x enterprise project with several sites declared in EPiServer.config
These are set up as separate websites in IIS pointing at the same webroot matching the host entry for each ...
2
votes
2answers
546 views
Using Recaptcha with EPiServer XForms
Does any one have experiense of using Recaptcha with XForms in EPiServer?
I don't know where to put the Recaptcha control and how to make it work. The sample code for ASP.NET is the code below. Where ...
2
votes
1answer
118 views
Office Integration in EPiServer CMS R2
I am using EPiServer CMS 5 R2 and have a project that I have set up separately from EPiServer 'Site setup' wizard. I now have activated the Office Add-in and cannot connect from Word. When you click ...
2
votes
2answers
115 views
Diamonds with question marks
I'm getting these little diamonds with question marks in them in my HTML attributes when I present data from my database. I'm using EPiServer and a few custom properties.
This is the information I've ...
2
votes
1answer
144 views
pasteHTML removes markup
I am writing a plugin to an old IE-only WYSIWYG-editor which resides in an old CMS. I've created a plugin that opens an popup where the user can enter the url of an youtube clip.
The popup then ...
2
votes
3answers
237 views
What are the steps to creating a new EPiServer Project
How do you go about setting up a new EPiServer website? I can't seem to get from an empty visual studio project to a deployed website without having to fix all kinds of file path and referencing ...
2
votes
4answers
2k views
Disable Visual Studio Web Server Directory Browsing
I'm using Visual Studio's built in web server to test and EPiServer applicaiton. When I have the app running in IIS, if I hit the root of the virtual directory, EPiServer will take over and server ...
2
votes
5answers
1k views
Does anyone have any EPiServer Exam Tips?
Myself and some colleagues have just been told that we are all taking the EPiServer CMS certification exam on Friday. Having done some research on the web it does sound like a challenging exam - I've ...
2
votes
2answers
604 views
IIS 6 Compress static files when using Wildcard application mapping
I'm using IIS 6 with EPiserver CMS which requires all requests to go through aspnet_isapi.dll.
I want to gzip all my static files (js, css mainly). Trying to setup compression in IIS didn't work.
Is ...
2
votes
3answers
1k views
Exception when starting EPiServer website
We're developing an EPiServer-based website and trying to deploy our latest build onto a WinXP IIS6 box.
When browsing to site, we're getting the following stack trace
[ClassFactoryException: ...
1
vote
2answers
59 views
Rendering user controls in EPIserver dynamic content
Im trying to make a EPIserver dynamic content control, the content i want is a user control which i already made(a slider), every thing seems to work just fine until i insert the dynamic content ...
1
vote
1answer
89 views
Lucene.net - How do I create a negative query, ie. search for objects NOT containing something
I'm working on an EPiServer website using a Lucene.net based search engine.
I have a query for finding only pages with a certain pageTypeId. Now I want to do the opposite, I want to only find pages ...
1
vote
1answer
100 views
EPiServer SearchDataSource control UseFallbackLanguage property
How UseFallbackLanguage should affect search results?
I have a following code:
<EPiServer:SearchDataSource ID="uiSearchDataSource" runat="server"
EnableVisibleInMenu="false"
...
1
vote
1answer
35 views
Difference between HasEditorAccess and HasEditAccess?
What is the difference between EPiServer.Security.PrincipalInfo.HasEditorAccess and EPiServer.Security.PrincipalInfo.HasEditAccess?
//Alexander
1
vote
2answers
79 views
DataFactory.GetChildren return zero results on page but not in CMS
I have an odd issue that started appearing after upgrading EPiServer CMS 6 to EPiServer CMS 6 R2.
DataFactory.Instance.GetChildren(page.ParentLink);
The above code returns no children when I run it ...
1
vote
1answer
112 views
Does the current E2652 EpiServer Developer Masterclass certification exam only ask questions about EPiServer CMS 6 R2?
I have had look around online for preparation materials for the E2652 EpiServer Developer Masterclass certification exam. I genuinely do not have much to go on at present. I found this old link but ...
1
vote
3answers
192 views
How to differentiate if the current page is an EPiServer Page or not
I need to know if the current page is an EpiServer page or not. I need to know if the current page is the start page, I am using the following line of code.
if(PageReference.StartPage.ID == ...
1
vote
1answer
110 views
Remove “Link” in Homepage Logo and Menu item if in Homepage - EPiServer
I would like to remove the link to homepage in my page logo and menu item called "Home" if you are actually navigating in the Homepage, that is, the logo and Home link in the menu should not be a link ...
1
vote
2answers
372 views
How to get the “Page type” for the current page. EPiServer
How can I get the Page Type for the current page. I tried
CurrentPage.GetType();
but no success. I need to check if the Page Type equals a specific type in order to do something or not.
Thanks
1
vote
1answer
272 views
Set default value on a custom property
I have created a longstring custom property that gives me a XHTML editor. So far so good but I need help with two things.
First, I would like to fill the property with a default value. I've looked at ...
1
vote
1answer
347 views
Episerver custom property value save
I have a custom property in Episerver inherited from LongString. The value of property is saved for the first time and retrieved correctly. But on successive save the value is not updated, before ...
1
vote
1answer
130 views
How to manually install the EPiServer Scheduling Service
I'm trying to manually install the EPiServer scheduler service on a web server using installutil.
I run this at the command promp:
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\installutil ...
1
vote
2answers
157 views
JavaScript problems in one IIS server but not another
I have a problem that only occurs in one environment. On this particular page, somewhere in the top half of the element, an array is created and populated. This is later used in the onfocus event ...
1
vote
3answers
2k views
How can I find number of visitors/users at my site (IIS7/asp.net) at any given moment?
I need to display how many users are browsing my site. The site is running on iis7, and we are using asp.net 3.5.
Is the number of active sessions a good way to go?
The number does not need to be ...
1
vote
2answers
328 views
Setting up a new EPiServer 6 project with source control
I want to end up with a single VS project/solution that I can check in to source control, that any other developer in the office can simply check out and run, and that I can deploy without having to ...
1
vote
1answer
387 views
How to get the parent page of a PageDefinitionTypePlugIn property in EPiServer?
I've got a [PageDefinitionTypePlugIn] PropertyString (it's a dropdownlist), and I'd like to be able to detect what it's parent page is. Generally, Global.EPDataFactory.CurrentPage works fine to ...
1
vote
3answers
598 views
EpiServer : How to Check Whether Page Exists?
Is there a way to gracefully check whether a page exists in EpiServer CMS 5 (given a pageId integer) without having to catch the PageNotFoundException thrown by
...
1
vote
3answers
320 views
Detaching a Query in Linq to Sql [closed]
For my application I want to be able (if possible) to execute a LINQ to SQL query outside of it's context.
The reason this would be nice for me is that I would store the IQueryable in objects in the ...
1
vote
1answer
525 views
Custom 404 with EPiServer CMS5 on IIS 6
I have been trying to set up a custom 404 page for several days now but still haven't succeeded.
The target system is EPiServer CMS 5 running on Windows 2003. My development system is EPiServer CMS 5 ...
1
vote
1answer
752 views
EpiServer CMS 5 R2: Custom Page Provider refuses to load
I've recently started work on a new project using EpiServer which I am totally new to. One of my tasks requires me to write a custom page provider.
I have got the sample page provider working and ...
1
vote
5answers
283 views
“Colorizing” images in .NET
Is there any simple way to programatically colorize images in .NET? Basically we have a black and white image and need to put a layer of say pink above it and reduce the opacity of that layer to make ...
0
votes
2answers
28 views
Running a unit test with mocked EPiServer properties fails
I am using some mocked EPiServer properties to test part of my code. And it is while I new up these properties I get the exception. This is the line that crashes:
var englishContent = new ...
0
votes
1answer
34 views
EPiServer: Can I set a dynamic property from code-behind?
I tried to set it as a normal page-property, but no luck.
Guess I could use the DynamicProperty class but I really want to avoid this because of the no-cache issue..
Suggestions anyone?
Stig
0
votes
2answers
35 views
Searching for pages with any value in property
EPiServer only:
How do I search for pages with any value in a given property? I can do a search for pages with a specific value in the property, but I can't figure out how to search for "not empty".
...
0
votes
1answer
18 views
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
...
0
votes
1answer
20 views
Set internal shortcut when creating page from code in EPiServer
How can I set an internal shortcut on a new page that is create from code-behind?
Stig
0
votes
2answers
73 views
Suddenly got WebForm_InitCallback is not defined in EPiServer edit mode
EPiServer CMS 6 site that suddenly got this error in edit mode. Found alot of posts saying something about changing the system time could cause this but this is not relevant to my case.
Anyone got ...