Questions tagged [kentico-mvc]

Kentico is a CMS using asp.net that enables users to build websites, online stores, and community sites. To use this tag, the question has to be about Kentico development using MVC, rather than using the Portal Engine or ASPX templates.

Up to and including version 11, Kentico has provided three development modules; MVC, the Portal Engine, and ASPX templates. With version 12, they have dropped ASPX templates and are now making more of a push for MVC.

When developing under the MVC model, you work with two separate applications – the Kentico administration is entirely separated from the MVC application serving content, allowing you to fully leverage the separation of concerns for which the MVC approach is known.

The advantages of using this development module are:

  • Model-View-Controller architecture.
  • The option of using a View Engine of your choice.
  • Full control over the implementation.
  • Two applications, allowing for greater separation of concerns.
  • Greater flexibility when designing websites and no dependence on existing implementations, but at the price of additional development time.

Disadvantages are:

  • Not all Kentico features are supported for MVC development
  • Requires knowledge of ASP.NET MVC and programming.

References

66 questions
1
vote
1 answer

Built-In Widgets in Kentico MVC?

In Kentico Portal Engine, you have a huge list of widgets (aka, web parts) to choose from. I could be wrong, but it seems like these cannot be used when content editors are working with the "Pages" tab for MVC-based websites (i.e., not Portal…
Nicholas Westby
  • 1,109
  • 13
  • 32
1
vote
1 answer

Kentico 12: detect if an editable area contains any widgets

I'm building a site in Kentico 12 MVC and working on setting up content personalization. The normal way to do this is to add an editable area in the view:
@Html.Kentico().EditableArea("area1")
Then, in the CMS, the Page tab will…
daGUY
  • 27,055
  • 29
  • 75
  • 119
1
vote
1 answer

Copy Kentico's production database to development

We have Kentico 11.0.26 with MVC. Was trying to set up a development instance of Kentico database by copying the production tables. Created new database using SSMS, and then using import data wizard to copy tables. No errors occurred, probably…
joym8
  • 4,014
  • 3
  • 50
  • 93
1
vote
1 answer

Kentico 12 MVC - Customize BizForm response

I need to have a form defined within Kentico, which once submitted, will display a youtube video within the same page (no redirect). This would be similar to the "Display Text". Is there a way to override the existing response?
stoneMaster
  • 198
  • 2
  • 11
0
votes
1 answer

Alternative for Kentico 12 Message Board in Kentico 13

I am migrating Kentico 12 to 13. I found that in Kentico 12 project I have CMS.MessageBoard.dll which is not available in Kentico 13. Is there any alternative for the same?
Manprit Singh Sahota
  • 1,279
  • 2
  • 14
  • 37
0
votes
1 answer

Kentico 13 Smart Search not working with Local Indexes

We are implementing Smart Search in Kentico 13. In our initial we had enabled the search feature, followed by adding local indexes (I added a local index with name "DefaultSearchIndex"). For the indexes we have set the path to a page with sub pages…
0
votes
2 answers

TinyMCE bombing out in Kentico after upgrade to 13

I have a Kentico site that I inherited that I am getting towards the end of updating to Kentico 13.0.106. It has one problem that is pretty major for me at the moment. At the moment, TinyMCE is breaking, and the Wysiwyg editor is not showing. None…
tone
  • 1,374
  • 20
  • 47
0
votes
2 answers

Upgrading from Kentico 12 to 13

I am preparing for my next attempt at upgrading a Kentico 12 MVC site (12.0.102) that I inherited to Kentico 13 and I'm just trying to determine viable paths that I can take. What I would like to know is, what functionality am I likely to lose in…
tone
  • 1,374
  • 20
  • 47
0
votes
0 answers

Error on page preview mode in Kentico 13 after Okta integration

I'm trying to run Kentico 13 CMS in preview mode but i'm getting the following error. An unhandled exception has occurred while executing the request. Message: Try reloading the administration interface. The user was not found in the JWT token, nor…
0
votes
1 answer

Kentico 13 pagebuilder consistent error on multi-site instance

On our Kentico MVC instance, we host 5 sites. We are getting an intermittent, but consistent error in the page builder. It seems to happen when switching between sites in the drop down menu. It's inconsistent,in that it doesn't happen every time,…
Jonesopolis
  • 25,034
  • 12
  • 68
  • 112
0
votes
1 answer

Kentico 13 - Any Docker image available for kentico CMS Admin

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 guys provide any image for Kentico 13 Admin like you…
0
votes
1 answer

Kentico - How to display data from the Uni Selector in the MVC

I want to display the Uni Selector field from one of the pages in the .cshtml file. Now I have the controller and everything else added (can show for example title of the page, image etc.). Now, I am struggling with displaying those fields from the…
Samke11
  • 385
  • 5
  • 17
0
votes
1 answer

How to add pre-generated HTML pages in Kentico 13

My Designing team use to generate static HTML pages (html files, css, JS, fonts etc) and use to share zip with us. We are looking forward to add these pages in Kentico 13 Core. I have created the custom page type having one field of type File. Use…
0
votes
2 answers

Kentico 12 MVC - Add a Forms selector inside a widget

How do I add a Forms widget inside another widget? I tried using FormZone() within the widget but nothing shows up.
chamara
  • 12,649
  • 32
  • 134
  • 210
0
votes
1 answer

Can't get to next stage of Kentico application configuration

I'm trying to get my web application up and running. It uses Kentico. I connected to the admin page which is taking me through the initial database ans site setup. It ran through "Creating database objects". I can see the tables are now in the…
runnerpaul
  • 5,942
  • 8
  • 49
  • 118