Questions tagged [kentico]

Kentico is a content management system (CMS) for building websites, online stores, intranets and Web 2.0 community sites. Kentico utilizes ASP.NET and Microsoft SQL Server. Use this tag for asking questions related to development issues with Kentico CMS.

Kentico is an enterprise-level web Content Management System (CMS) and enterprise marketing system (EMS) produced by a company of the same name.

Build on the .NET stack, Kentico supports both WebForms and ASP.NET MVC development model. Kentico uses SQL Server for the database backend. Developers may build entirely bespoke solutions, or use many of the out-of-the-box components and templates to build production ready sites in the browser itself.

Kentico CMS and EMS are can be customized and extended to measure up to a wide range of business functional requirements,

1753 questions
3
votes
0 answers

Kentico: JSON serialization not escaping quotation marks

Is there a way to force the Kentico CMS JSON serializer to escape quotation marks properly? Today I was helping my wife debug a text-cleanup routine, and in some cases the users had created HTML anchor tags in which the href target was surrounded by…
McGuireV10
  • 9,572
  • 5
  • 48
  • 64
3
votes
3 answers

Authentication Across Sites

I have 2 sites: SITE A - an asp.net site SITE B - a php site We have all the user information in an asp.net site (which is actually a Kentico site). Now, there is a business requirement that users should be able to log-in with the same…
Joseph Caruana
  • 2,241
  • 3
  • 31
  • 48
3
votes
1 answer

How to Copy Kentico Instance to a Local Machine?

I just started a new position replacing a developer who left abruptly working on a project that is based in the Kentico CMS. I am completely unfamiliar with ASP and Kentico, so the answer here needs to be tailored for a total beginner. I am familiar…
David Savage
  • 1,562
  • 2
  • 18
  • 35
3
votes
1 answer

In Kentico CMS, how do you programmatically Subscribe Users to Newsletters?

Upon completion of a custom payment form I add two user roles, a badge, and two friends. All of those changes work well and populate to the User object and corresponding database tables. When I use the below code (copied and altered from Kentico…
shanabus
  • 12,989
  • 6
  • 52
  • 78
2
votes
4 answers

Automated deployments with Kentico

Does anybody have experience automating deployments with Kentico? E.g. the difficulty of synchronizing document types, bizforms etc to another server?
Peter Evjan
  • 2,423
  • 3
  • 32
  • 50
2
votes
2 answers

How to force IE9 into IE8 compatibiliy mode from *code behind*

I'm hoping to force IE9 into IE8 compatibility mode on just two pages in my site. I'm using the Kentico CMS though, so I don't have an ASPX page that I can go and modify the HEAD tag of. So I was hoping to add the META tag by using a user control or…
Hoppe
  • 6,508
  • 17
  • 60
  • 114
2
votes
2 answers

How do I fix a rebuild TypeScript Error @types/node

Having an issue with a local repo on rebuild. I set up the solution on our server, pushed it to Azure DevOps, pulled it to local, did my npm install, rebuilt and I get a typescript error. My co-worker does not have the same issue, the repo works…
Dejan Cancar
  • 41
  • 1
  • 3
2
votes
2 answers

Run equivalent to "Build Page" command for Visual Studio web site project from command line

As outlined in Tip/Trick: Optimizing ASP.NET 2.0 Web Project Build Performance with VS 2005, the "Build Page" command available within Visual Studio web site projects does the following: the solution will compile all of the class library projects…
Dan Malcolm
  • 4,382
  • 2
  • 33
  • 27
2
votes
1 answer

facebook page gate in kentico

I am trying to set up a page gate in Kentico. Should I look in to using a web part or a module? I have played around with both before so know how to do basic development using them.
Grimboify
  • 218
  • 1
  • 11
2
votes
2 answers

Kentico staging sync

I'm trying to sync page changes from my local environment to the UAT environment using the Staging module in Kentico. I've set up the source and destination servers but when I try to sync a specific page it throws the following error. No Route…
chamara
  • 12,649
  • 32
  • 134
  • 210
2
votes
1 answer

Failed to execute 'postMessage' on 'DOMWindow' on Kentico 13 Core

Following this tutorial to setup Kentico Core 13 on local machine with New site as explained in article. It completed successfully. Post that created the Page types and when try to add pages using those page type use to get below error: An error…
2
votes
1 answer

Error launching Kentico 13 CMS on clean machine

I'm trying to run Kentico 13 CMS from source on a fresh machine but I'm getting this stack trace. The site does not render the login prompt when I launch it with F5 from Visual Studio 2019. I've restored a known good database to my local machine…
jpvantuyl
  • 584
  • 10
  • 22
2
votes
2 answers

programmatically adding files to the Kentico Media Library

Using CMSDesk and click on the Tools tab, then Media Library I can add files to the inbuilt Kentico Media Library. Is there a way to do this using their API?
Ben E G
  • 971
  • 8
  • 16
2
votes
2 answers

How I can save a Page in a Page Template in Kentico Xperience13

In Kentico Xperience13, when I go in the Page Template application they said we need to use the Page Application to create a page and save it as a Page Template. But when I create a Page I don't see the place where I can save as a Page Template. So…
pierrec
  • 39
  • 1
2
votes
3 answers

Kentico Forms, Default Values and Macros

A client is asking that their field be defaulting to the querystring parameter passed to it. According to the documentation, it should simply be a case of {? querystringnamehere ?} in the default value field but this is apparently not resolving. Has…
JHizzle
  • 21
  • 2