Skip to content

Intranoggin/Mvc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kentico MVC

Build status

Kentico 9 brings support for the development of ASP.NET MVC 5 applications. This repository contains source code for Kentico integration packages and a sample web application Dancing Goat that demonstrates all supported features related to the MVC development with Kentico. To find out more about the design of the sample web application, see the How it works page in the Wiki. The page contains explanations of the decisions made when creating the application and can help you when building your own 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.9%
  • CSS 14.9%
  • Other 1.2%