Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article you will find:

...

Prerequisite

Info
  1. Sitefinity version 10.2.6600, 11.2.6900, 12.0.7000, 12.2.7200 or , 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

Note

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

...

  1. Install the NuGet package

  2. Build your solution

Note

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

Configuring the Sitefinity Settings Connector: Activation