I can´t login in webforms template
Hello,I´m triying to create a new site based on WebForms template and I can not being able to enter in edit/admin mode.When I created a new one with the MVC template, the first time I could create an...
View ArticleBilllingAddress custom metafields are null.
Hi, I'm trying create and add new billingaddress with custom meta fields and everything seems to work allright, but when I reload ICart and get BillingAddress, all meta fields I previously saved are...
View ArticleAddressAlreadyInUseException with TCP Event configuration
Hi all,Having some troubles with getting TCP event communication going properly. Well, it works good, but every time the application needs to restart, for example when the web.config is saved I get the...
View ArticleHow to distinguish between manually and code triggered publishes?
As asked in the subject, is it possible to distinguish between manually triggered (using the Edit mode) and code triggered publishes when you hook in to the PublishingContent event?
View ArticleDB migration from PROD to TEST
Dear all,I am currently working in a context where we use 3 development environnments : DEV, TEST and PROD. DEV and TEST are basically only used by testers and developers to test their development...
View ArticleEpiserver forms custom validator never shows in UI
Hi. I am trying to create a custom validator for the latest version of Episerver forms. However, no matter what I do my validator never shows in the UI. I have tried a few different approached with no...
View ArticleIssue using StructureMap Nested Containers in Episerver
I'm wondering if anyone has tried using the Nested Container feature from StructureMap in an Episerver website.StructureMap recommends using nested containers to ensure object lifecycles are scoped to...
View ArticleUse other source to send mail from SendEmailAfterSubmissionActor
Hi, Problem to solve:The users have created a form and using the "built in" SendEmailAfterSubmissionActor, to send mail after submit. This senario works fine, but in this solution we need to use a...
View ArticleAdd access permissions for Comparing Versions
We have a group that's only got Read and Publish access. The compare seems to only work with Change access. So this group shouldn't be allowed to make changes, but still be able to see a comparison...
View ArticleBest practice to use React
Hi,I want to set up a new project using React for the frontend and I want to know what is the best practice on EPiServer + React. I have some ideas in mind but since I didn't implement any of them on...
View ArticleSimpleAddress from PropertyUrl
Hi, I have certain page having both long (Page1/Page2/MyPage) and simple (MyPage) addresses. Then I want to reference it in certain place via PropertyUrl: [CultureSpecific] [Required]...
View ArticleMaking Alloy (demosite) use SQL instead of OWIN
HeyI removed the 'startup.cs' file, added the <add key="owin:AutomaticAppStartup" value="false" /> and replace 'none' with 'Forms' in <authentication mode="Forms">.I've added the SQL...
View ArticleLocal Display Options
Hello developers,Episerver offers Display Options for Content Areas, which provides display options as tags via the context menu (see documentation).As far as I can tell, these options are only...
View ArticleWhere in ContentEventArgs is the HTML markup when content is saved or published?
We are trying to alter some HTML when content is saved or published in EpiServer 8.0. In the Global.asax we registered an OnPublishedContent event and an OnSavingContent event. But upon inspecting...
View ArticleAsync ActionResult
HiI have this a method: public override ActionResult Index(someobject)Which I want to turn into: public async Task<ActionResult> Index(someobject)However above does not work.Anyone got an idea to...
View ArticleAsync Controller cannot execute
Hello, we implemented an async block controller in our project, using the approach described here...
View ArticleAdd double quotes inside a string
For if Model.Class is not null, add the string value for Model.Class inside a class="" - I'm trying to output this: class="class1 class2"The problem is that I want to add quotes in case there are...
View ArticleEpiserver forms custom validator never shows in UI
Hi. I am trying to create a custom validator for the latest version of Episerver forms. However, no matter what I do my validator never shows in the UI. I have tried a few different approached with no...
View ArticleImporting content with non-unique ContentType names [Workaround]
Hi,I think i'm running into an issue with multiple contenttypes with the same name when importing content from another machine. Having multiple contenttypes with the same name probably is a bad...
View Articleevents always called after a MovedPage or a MovingPage ?
Anyone know of any events always called after a Moved Page or a Moving Page event please?Thanks.
View Article