i newly installed Kentico cms in IIS server and when i'm trying to access the localhost web it's give me this error.i also allowed ASP.NET 4 in IIS server and still i getting this error what did i ...
i'm pretty new to this.i newly installed kentico cms and it hosted in IIS server whenever i try to access the localhost website i get this error.this is my Global.asax.csusing System; using System....
I'm building a new website that have some e-commerce functions, but some page types/page templates is not available such as 'Checkout'. So if I want import them from another site, is there any poss...
New poster here, but have been using SO for a long time now.I'm a bit rusty from C# coding and I have something I'd like to optimize in my code. I have 2 methods that have the exact same code, but ...
I have a Kentico website project and I wish to debug and develop content on Kentico. I am a c# developer and wish to use Visual Studio Code. How can I open the website in Visual Studio Code 2019 a...
I'm trying to create a new Kentico user and assigning them to a site, via Kentico API: https://docs.kentico.com/api11/configuration/users#Users-AssigningausertoasiteIn my case SiteContext.CurrentSi...
I have a list of objects, there are multiple objects in list and every object contain StartTime and EndTime, for example:StartTime: 09:00 EndTime: 10:00StartTime: 09:30 EndTime: 10:15StartTime: 10:...
Does a parent page with many child pages provide models for all children?By fetching the model of a parent page, does it include all data from the child pages also? or do they all need to be retrie...
We have Kentico 11.0.26 with MVCWe have a Footer Page Type for the site wide footer. The database fields for this page type are loaded via a base controller in the MVC app. Not sure why I'm getting...
I am trying to get the the url from a page on a multi-lingual Kentico site in simple ascx c# web control that is being used as a web part. The objective is pick up the translation culture in use.Th...