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
0
votes
1 answer

Submitting form item via code not triggering an email notification

I am trying to submit a new form item via api on my MVC web app (grabbed the code from form's code tab) but the email notification is not working. It did create a new record except for the email alert. I checked the email queue but no records of the…
masterlopau
  • 563
  • 1
  • 4
  • 13
-1
votes
1 answer

.net core application error after deploying to azure-Ensure that the NTFS permissions for the web.config file are correct

Please assist my application is working local and breaks after deploying to azure.
  • The authenticated user does not have permission to use this DLL.
  • The request is mapped to a managed handler but the .NET Extensibility Feature is not…
  • -1
    votes
    1 answer

    Kentico - Bynder integration

    I'm using Kentico 13 .NET Core and want to integrate with Bynder https://github.com/Kentico/xperience-module-bynder https://www.kentico.com/discover/blog/powerful-integrations-kentico-xperience-13-refresh It works fine with the page types and I can…
    chamara
    • 12,649
    • 32
    • 134
    • 210
    -1
    votes
    1 answer

    Kentico 13 MVC Core User Control Selection Widget Conversion

    We are currently on Kentico 12 and are making the switch to 13 MVC Core. One of our most important and widely used widgets is a custom "Control Wrapper" widget with a "File System Selector" type field, that allows the user to select a File location …
    -1
    votes
    1 answer

    The Page type field visibility condition not working

    The Page type field visibility condition is not working for me. Am I missing anything here? CampaignType is a dropdown field. GetInTouchTheme field is always visible. It doesn't show/hide based on the CampaignType selection.
    chamara
    • 12,649
    • 32
    • 134
    • 210
    -2
    votes
    3 answers

    Update the Customer Address in Kentico

    I using bulk upload address method, the below code is address upload using excel file. My requirement is how to update the customer If already address available means no need to update, if not available the address means need to update.
    krishnan
    • 33
    • 6
    1 2 3 4
    5