-2

I have created a WCF service, which will be consumed by / called from CRM 2016 Online Case Form (using jscript/ajax call).

Where should I host the WCF service?

N G
  • 1
  • 1

1 Answers1

0

You are responsible for deciding where to host the service and configuring/programming for single sign-on (if you need security and want to avoid additional password prompts.)

The most logical place to run this would be in Azure: Deploying WCF Service on Windows Azure

Community
  • 1
  • 1
Nicknow
  • 7,154
  • 3
  • 22
  • 38