Skip to content

ivanaliptakova/Mvc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kentico MVC

Starting from Kentico 9 development of ASP.NET MVC 5 applications is supported. This repository contains a sample web application Dancing Goat that demonstrates all features related to MVC development support. We hope it helps you when building your projects.

Repository structure

The repository consists of the following projects:

Running Dancing Goat

Requirements

  • IIS 7.5+
  • Microsoft .NET Framework 4.5+
  • Visual Studio 2013+

Instructions

  1. Install Kentico.
  2. Import the Dancing Goat site from the webtemplates/DancingGoatMvc.zip import package.
  3. Enable web farm in the automatic mode.
  4. Rename the src\DancingGoat\ConnectionStrings.Template.config file to ConnectionStrings.config.
  5. Rename the src\DancingGoat\AppSettings.Template.config file to AppSettings.config.
  6. Copy the CMSConnectionString connection string from the Kentico web.config file to the src\DancingGoat\ConnectionStrings.config file.
  7. Copy the CMSHashStringSalt app setting from the Kentico web.config file to the src\DancingGoat\AppSettings.config file.
  8. Open the KenticoMvc solution in Visual Studio and run the Dancing Goat web application.
  9. Open the Smart search application and rebuild the Dancing Goat MVC search index.

Note: The initial build can take a little longer as it needs to restore NuGet packages.

About

Development of ASP.NET MVC 5 web applications with Kentico

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 83.3%
  • CSS 15.5%
  • Other 1.2%