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
44
votes
4 answers

How to change schema of all tables, views and stored procedures in MSSQL

Recently we were having issues on our database server and after long efforts it was decided to change the database server. So we managed to restore the database on another server, change the connection string, etc. Everything was going as planned…
12
votes
2 answers

how do I change schema owner in ms sql server?

I currently have a website hosted developed with kentico 7. I tried importing the exported website into my localhost and that failed. In my findings, i realised that each table in the online version has a bvs (the database user created) prefix. I…
Peter
  • 203
  • 2
  • 4
  • 13
10
votes
6 answers

Many-to-many relationships in Kentico

Are there any best practices on how to build a Kentico CMS Portal implementation which is based around a many-to-many relationship (i.e. a website which sells food product and has a large section with recipes -- each product is used in many recipes,…
Francesco Gallarotti
  • 1,221
  • 1
  • 16
  • 39
10
votes
2 answers

IIS, multiple CPU cores, application pools and worker processes - best configuration for a single site?

We use Kentico CMS and I've exchanged emails with them about a web garden deployment. We have a single site running on a server with 8 cpu cores. In line with Kentico's advice, we have not altered the application pool web garden setting from the…
9
votes
5 answers

How to get at the current users windows identity?

The site is running on my local IIS 6.1. I Would like to add some features to pull information from our Active Directory (AD). My AD code works on many other projects and on my development server. Here are my attempts at writing out the…
Phil
  • 1,811
  • 9
  • 38
  • 60
7
votes
0 answers

Sandbox paypal is not redirecting the user to success page

I have sandbox paypal business account and It working fine till yesterday but as of now user able successfully pay the amount from paypal and the transaction also reflects in my account but after that its not redirected user to the website success…
7
votes
3 answers

How do I prevent .NET 4.7.1 libraries from copying the facade dlls to the bin folder?

I'm certain there's probably a bunch of things going on here that I don't understand well enough, so forgive me if this is a stupid question or if there's obvious details missing. I have a Visual Studio 2015 solution that I've upgraded from .NET…
Mir
  • 2,429
  • 1
  • 29
  • 34
7
votes
3 answers

Web Crawler Engine used by Kentico 10

Is there more information available about the web crawler technology/engine used by Kentico 10 as per documentation Configuring Page Crawler Indexes? The reason I'm asking is because I'd like to consider it for use in a custom crawler project that…
John K
  • 28,441
  • 31
  • 139
  • 229
6
votes
3 answers

Accessing nested properties in a Kentico custom object macro method

I am trying to write a single macro method in Kentico (v8.2.x, or v9.0) that is cached appropriately, and exposes a POCO with a few public members. Debugging in Visual Studio, I can see that the query is running fine, and an object instance is…
ne1410s
  • 6,864
  • 6
  • 55
  • 61
6
votes
1 answer

Leverage Kentico's Licensing to license custom module

We've developed a Kentico module that we would like to license on a per site basis. Has anyone else tried to leverage the in-built Kentico Licensing for this purpose? What I'm thinking of is having a secure end-point on our server that would…
Pedro Costa
  • 2,968
  • 2
  • 18
  • 30
6
votes
1 answer

Post Redirect to URL with post data

I am working on a post redirect for a payment provider and trying to pass form data to their secure URL. I am doing this in kentico 8 by using their custom payment gateway method as shown here…
KJSR
  • 1,679
  • 6
  • 28
  • 51
6
votes
3 answers

SQL Network Interfaces, error: 50 - Local Database Runtime error occurred. The specified LocalDB instance does not exist

EDIT: One important detail that I original left out (because I didn't know it was important) is that we were running these sites in full IIS, not from IIS Express. We're trying to setup local dev environments for Kentico CMS that will add our local…
Jerreck
  • 2,930
  • 3
  • 24
  • 42
5
votes
1 answer

Kentico TreeNode Delete method not deleting dependencies

I have the following block of code that retrieves a document node in kentico and deletes it. It does delete the kentico node, but not the underlying document type which stays in the datase. Help?! CMS.TreeEngine.TreeProvider provider = new…
Grimboify
  • 218
  • 1
  • 11
5
votes
1 answer

graphql duplicated documents error when retreiving multiple data types in Gatsby-node.js

I have a simple Gatsby prototype that utilizes Kentico Cloud as a data source. Luckily for me, they have already built a source plugin that I'm utilizing to fetch a single data type called 'BlogPost'. This works as expected. gatsby-node.js source…
onTheInternet
  • 6,421
  • 10
  • 41
  • 74
5
votes
1 answer

Kentico Custom Module Development

I'm just made the switch from Sitefinity to Kentico CMS. I really like the CMS so far but I'm having a few issues I've found this http://www.kentico.com/docs/devguide/custom_modules.htm but its hardly useful since it doesn't show how to implement…
Luke
  • 3,375
  • 2
  • 22
  • 22
1
2 3
99 100