API
Version 7.x > API > REST Services View modes: 
User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 9/24/2012 3:49:14 PM
   
REST Services
I'm working on getting the REST services setup based on some awesome information I received at the Kentico Connection in Denver and having some difficulties with getting WCF installed right. I'm going through all the prerequisites and for whatever reason my Windows 7 SP1 machine will not install the WCF Non-HTTP Activation. I've tried everything suggested, from uninstalling .NET 4.0, IIS, etc and still no success. Any other suggestions or difficulties this has given anyone else?

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 9/27/2012 10:27:39 PM
   
RE:REST Services
What I found out is I was missing a few items to be checked when installing IIS, once I did that thing worked great!

User avatar
Kentico Customer Success
Kentico Customer Success
kentico_martind2 - 9/28/2012 6:49:43 AM
   
RE:REST Services
Hello,

I'm glad to hear you that you've solved this issue by yourself. Could you please write more details which items have you missed? It could help somebody else in the future, thank you!

Best regards,
Martin Danko

User avatar
Guest
FroggEye - 9/28/2012 12:44:51 PM
   
RE:REST Services
So what I had to do was where you Turn Windows Features On or Off, I had to make sure IIS had the following checked:

No FTP Server (we dont need)
All of Web Management Tools
Under World Wide Web Services
--All of Health and Diagnostics
--All of Performance Features
--All of Security
--All but CGI and Server-Side Includes for Application Development Features
--All but WebDAV publishing fro Common HTTP Features.

After those were checked and installed I was able to turn Windows Communication Foundation HTTP and Non-HTTP Activation features of Microsoft .NET Framework 3.5.1 on.

Then to get REST to work properly, I did also have to resolve "Issue 1" Brian McKeiver mentions in his post. Also followed the pre-requisites from the dev guide.