I'm getting the following error in my upgrade process. Has anyone come across this before?Same error is also reported in the Kentico forum https://devnet.kentico.com/questions/kentico-12-to-13-upgr...
I have enabled Kentico Activity Tracking for contacts. However, Kentico does not create any anonymous contact records of the public site visitors. It only create a contact record if the user submit...
We are using our own identity server for authentication, so wanted to use the same for Kentico CMS site (Kentico 13, .net core Portal). All I can see is this link to integrate external authenticati...
I have the following API call to retrieve page data List@VillageNewsItem@ newsList = pageRetriever.RetrieveAsync@VillageNewsItem@( query =@ query ...
I'm using Kentico 13 .NET Core development setup. However, I dodn't see the 'Fields' sections for Forms in the left menue like I used to do in older versions. I want to add some custom fields to th...
I have the following code in my Startup.csendpoints.MapControllerRoute( name: @Default@, pattern: @{controller}/{action}/{id?}@ ); Routing do...
I'm using Kentico 13 .NET Core and trying to build a custom form control. However, as mentioned in following article, I cannot see the 'Form Controls' tab to register my custom control. What am I m...
I want to add BCC to the marketing email. Is there any way to do that?I tried using the below code. But it did not work.public override void Init() { EmailInfo.TYPEINFO.Events.Insert.Before += ...
I am using Kentico 13 and planning to use two docker containers, one to host the admin site and the to host the user-facing site. I have used a linux container to host the user-facing site, do you ...