Where do I define special routes for MVC that will NOT go through EPI?
I have a need to define an MVC Route that won't go through the Epi pipeline. But, currently there's no place in my project were I see other routes defined.I am guessing most of it is happening in the...
View ArticleSaving media with AccessLevel.NoAccess still throws exception: Access was...
I have code to create media assets (in this example image files) which was previously working but now gives the access denied exception. The same accesslevel mechanism seems to work fine for pages and...
View ArticleAddon with zipped content folder and razor views
I have an addon that consists of a couple razor views.When I zip the views folder up and place it in the modules directory I get the following error on my views:Compiler Error Message: CS0103: The name...
View ArticleAmend Notification emails sent from Content Approvals
Hi,I want to amend the emails sent by Content Approvals (I'm assuming they're done using the Notifications API), but there's not much documentation on this.Is it possible for me to hook in to the...
View ArticleEpiserver Certification - Practice Tests
Hi Guys, I have been working on my first Episerver project over the last few weeks, coming from an Umbraco Back ground I can see lots of similar concepts and now I understand the basics I am starting...
View ArticleWant to know what each page has as its categories
Hi!Hoping someone can help me here. I need to audit the categories for all of the pages in our cms on a regular basis and I don't know the best way of doing this... or let's face it - even a way of...
View ArticleRedirect from one page to another page's section Episerver
Hi ,I want to create functionality in which user can redirect from one page to another page's section.(eg. www.xyz.com/pagename#section1)Here you can consider section as Block.Could you please suggest...
View ArticleWant to know what each page has as its categories
Hi!Hoping someone can help me here. I need to audit the categories for all of the pages in our cms on a regular basis and I don't know the best way of doing this... or let's face it - even a way of...
View ArticleSome content in lists disappears
Hi,We have EPi CMS 11.8.0 running in Azure and we have a strange issue there with some content.This is the setup:Startpage -has a content area with some blocksQuoteListBlock -has property public...
View ArticleQuestion about IoC in Epi
Okay, this might be a softball question, but this is my first jump into the IoC in Epi, so I thought I would just ask.Say I have a service def like...
View ArticleContent Area doesn't render properly in On-Page Editing?
I am using Twitter Bootstrap with the EpiBootstrapAreas plugin and have created a Content Area to render a side-bar on one of my pages.The markup on the page looks like so:<div...
View ArticleProgrammatically assign visitor group?
How can I programatically assign a visitor group to a user from C#?I have an iFrame on a page that contains some 3rd party application process (like applying for a loan). When a user begins the...
View ArticleClientResources.RequireScript - Possible to use async or defer?
I've created a Google Maps block for usage on my website.At the top of the block I have something like this:@{ var clientScript =...
View ArticleSetting default value to Name of page?
Hi,I am trying to set one of my fields to default to the name of the page item created. The field is for breadcrumb title, so it logically makes sense to default this to the page name.I've tried...
View ArticleDevelopment Techniques For Web Designers
Website designers are the people behind the overall look of the website, whereas the developers are responsible for creating the feel of the website, in more common words the functionalities and the...
View ArticleGzip compression on IIS - Can't get it to work with or without episerver.
I have an existing IIS application, and I am trying to get GZIP server side compression to work. The application runs on EPIServer CMS (which I am not that familiar with) - Thinking this could be...
View Articlecall CurrentPage from property type definition
PageTypeProperty( EditCaption = "My property", Required = true, Type = typeof(MyCustomPropertyType))]public virtual string MyProperty { get; set; }Inside my MyCustomPropertyType (subclass of...
View ArticleWeird issue with Page/Content Selector dialog after adding custom Nuget feed
Hi,We've developed a plugn added via a Nuget feed which adds some functionality on top of the Content approvals system.This all worls fine, but we've noticed that the Page and Content selector dialogs...
View ArticleNonce Error Using OpenIdConnect for Authentication with DXC
I am using OpenIdConnect for authentication against Azure in DXC and it works fine. However, if I try to link directly to an asset (image, document, etc.. ) before authenticating I get the following...
View ArticleReceiving errors while redirecting user after form submission
Hi everyone, I need to show an online form on every page of my site. After the user submits the form, I want to redirect them to another page URL. On the home page, I add a ContentArea property and add...
View Article