Kentico CMS 7.0 Developer's Guide

Prerequisites

Prerequisites

Previous topic Next topic Mail us feedback on this topic!  

Prerequisites

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

In order for the Kentico CMS REST service to be functional, you must ensure the following:

 

In Windows

 

Go to Control Panel -> Programs and Features and click Turn Windows features on or off in the left menu.

 

Windows 7 / Windows Server 2008

 

1.Expand the Microsoft .NET Framework <version> node in the dialog window.

2.Make sure that both of the following features are installed:

 

Windows Communication Foundation HTTP Activation

Windows Communication Foundation Non-HTTP Activation

 

devguide_clip1757

 

Windows 8 / Windows Server 2012

 

1.Expand the .NET Framework 4.5 Advanced Services node.

2.Make sure that the WCF Services -> HTTP Activation feature is installed.

 

In IIS Manager

 

1.Select the website for which you want REST to be enabled.

2.Open the Authentication configuration.

3.Ensure that either Anonymous, Basic or Forms authentication is enabled. No other authentication types are supported.

4.Disable all other types of authentication.

 

devguide_clip1758

 

5.Select Application Pools in the navigation tree.

6.Double-click the application pool used by your website.

7.Make sure the pool uses Integrated Managed pipeline mode.

 

devguide_clip1833

 

Once you have these prerequisites met, you can proceed to the Configuration for REST topic.