Hello,I have inherited an old version of a Kentico 10 site (10.0.51) and we have some API controllers in our project. We have installed Swagger to document the end points and it's picking up the @/...
Hi, we have a need to perform a database query within a transformation. The query is being run directly against the database using CMS.DataEngine.ConnectionHelper.ExecuteQuery(). The fields we ar...
We are using Kentico 10 and found out there is a limit of 3000 characters on RichTextBox. Can we increase it? On database we are using NVARCHAR(MAX).The column is expected to hold around 10000 char...
Hi, is it possible to load recent 10000 contacts in Kentico contact application? Right now, the number of entries in om_contact has more than a million. Is there any other way because all of the co...
hi I know that we can add iron python in asp .NET project but I wonder if we can use it in kentico or not its not different from the way that we config it in ASP.
After our upgrade to Kentico 10 the media folder was missing, I copied from out backup. Everything looks good on website and media library. I can create new media libraries, new folders, edit photo...
We just upgraded from Kentico 9 to Kentico 10 (we will be going to 12 shortly) but in the staging module I'm getting this message on Staging -@ PagesXML definition file not found.Setting up a serve...
We are having issues with staging from our pre-prod to our prod environment. Is there a way to clean up the tasks safely in our database?In the past, we took a copy of prod and pushed it down to pr...
Hello,So we had an issue where our attachments weren't loading and found the solution in another question on this site to add runAllManagedModulesForAllRequests=@true@ to the web.config on the modu...
I added two aliases to my page/support/{category} /support/{category}/{question}the first one works ok and @http://localhost/support/portal@ opens ok but @http://localhost/support/portal/test@ re...