I have a website built with K12.095 version.(Webform) There is tons of line in event log that says below error:Message: The CSRF cookie was missing.Exception type: CMS.Protection.Web.UI.CsrfExcepti...
Has anyone had any success with setting a DI adapter to HttpRuntime.WebObjectActivator on a Kentico 11 hotfix 24 WebForms PortalEngine website?With https://www.nuget.org/packages/DependencyInjectio...
I have a ASP.Net WebForms site (powered by Kentico CMS if that has any bearing) where the URL in the form action is rendered as a relative URL on every page.Ordinarily I would expect the form actio...
An error System.ObjectDisposedException with message Cannot access a closed Stream is being thrown when attempting to attach and send an System.IO.MemoryStreamEmailAttachment to an EmailMessage. Th...
I am tasked with setting up SAML 2.0 Single Sign On via the Sustainsys (Kentor) library for the project I am currently working on. Here is the documentation I have been following. The website is a ...
We're looking for first-class HTML 5 CMS Form Controls for Kentico 9+, meaning control/s that integrate with the Kentico Form Builder and Fields tabs seamlessly, and that express useful related set...
I've been searching and working around a lot to understand how to create a Forms using Kentico Form builder with custom form controls that may have special fields and custom validation and totally...
A custom page type is storing a multi choice form control property value as a pipe delimited string such as "foo|bar".Within a page type ASCX transformation I'm able to successfully retrieve and di...
We're working with a CMS (Kentico) which internally uses an ASP.NET webforms RadioButtonList to render radio buttons on custom forms. Via the CMS we can still control the RepeatDirection and Repeat...
I have a form that I want to include on each of 250 pages based on the same pageType. Thus I want to include the form reference in the template and have it render on all pages. this much seems to ...