Versions Compared

Key

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

In this article you will find:

...

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

Prerequisite

Info
  1. Sitefinity version

10
  1. 14.

2
  1. 0.

6600
  1. 7700,

11
  1. 14.

2
  1. 1.

6900
  1. 7800,

12
  1. 14.

0
  1. 2.

7000
  1. 7900,

12
  1. 14.

2
  1. 3.

7200
  1. 8000 ,

13
  1. 14.4.

0
  1. 8100.

7300
  1. 1 ,

13
  1. 14.

1
  1. 4.

7400, 13
  1. 8100.2, 15.

7500, 13
  1. 0.

3
  1. 8200.

7600
  1. 1

  2. Corresponding version of Sitefinity connector NuGet package:

  3. Install from the following NuGet repository -

http
  1. https://

nuget
  1. developer.

idevdesign
  1. hawksearch.

net
  1. com/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

  2. Please refer to https://www.progress.com/support/sitefinity-lifecycle-policy to keep up with Supported and Retired Sitefinity versions from Progress .

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

Steps to install the connector

  1. Install the NuGet package

  2. Build your solution

Note

Modify HawkRoutesInitializer.cs - comment or remove the following two rows lines of code containing the config.MapHttpAttributeRoutes() and config.EnsureInitialized() 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:

config

.

MapHttpAttributeRoutes();config.EnsureInitialized();

Next steps

Connector: Activation

...