Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 27 Next »

In this article you will find:

Goal

This article provides information on how to install the connector for Sitefinity project.

Prerequisite

  1. Sitefinity version 10.2.6600, 11.2.6900, 12.0.7000, 12.2.7200, 13.0.7300, 13.1.7400, 13.2.7500, 13.3.7600

  2. Corresponding version of Sitefinity connector NuGet package:

    • Install from the following NuGet repository - http://nuget.idevdesign.net/nuget

    • Install the NuGet from local repository - Place the NuGet package in a local folder on your workstation and set it as Package source in Visual Studio

Disable 'Use cached controller container assemblies' option in Sitefinity Advanced Settings

  1. Open Sitefinity Advanced Settings (your-website-url/Sitefinity/Administration/Settings/Advanced)

  2. Select ‘Feather’ from the settings list

  3. Uncheck 'Use cached controller container assemblies'

  4. Click ‘Save Changes’ button

Steps to install the connector

  1. Install the NuGet package

  2. Build your solution

Modify HawkRoutesInitializer.cs - comment or remove the following two rows of code located in the HawkRoutesInitializer.cs (located in the App_Start folder) in case you already have them in your Global.asax.cs or anywhere else in your project:

  1. config.MapHttpAttributeRoutes();

  2. config.EnsureInitialized();

Next steps

Connector: Activation

  • No labels