Windows Communication Foundation error on 12sp MVC site hosted on Azure

Matt Larrabee asked on July 24, 2020 21:19

Hi, I'm getting the error message "Windows Communication Foundation is not configured on the server. Please check our documentation for information on how to configure your IIS." on the steps section of a marketing automation process. I didn't get this error locally but when I moved the site to Azure hosting I am now getting this error. Has anyone come across this? In the docs it said WCF is auto enabled in Azure so I'm not sure why it's not working. Thanks for any help!

Recent Answers


David te Kloese answered on July 24, 2020 23:35

WCF should be installed on Azure Web Apps by default.

Did you check the specific /CMSModules/Automation/web.config to use SSL endpoints:

https://docs.kentico.com/k12sp/configuring-kentico/configuring-windows-communication-foundation#ConfiguringWindowsCommunicationFoundation-ConfiguringWCFservicestouseSSLssl

0 votesVote for this answer Mark as a Correct answer

Matt Larrabee answered on July 28, 2020 19:36

Thanks for the reply David, I don't have a cert on the domain yet but I did allow SSL endpoints in the web config for Marketing automation but I'm still getting that error Image Text

It's working on my localhost (but with WCF enabled locally) Could it be missing files or something? I published from visual studio to Azure

Thanks for any more ideas you all might have

0 votesVote for this answer Mark as a Correct answer

David te Kloese answered on July 29, 2020 10:39

I'm not 100% sure but believe localhost behaves differently in regards to trusting SSL.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.