Skip to content

Configuration

Lucas Alexander edited this page Aug 5, 2013 · 1 revision

###Configuration###

Three initial steps are required:

  1. Update the web.config appSettings crmconnectionstring key with the path to your CRM server.
  2. Update the web.config appSettings impersonatorcredentials key with the credentials for your service account. The service account should have fairly broad read permissions, including "Act On Behalf Of Another User."
  3. Update the web.config appSettings retrievequerydir key with the path to the directory where your queries will be stored.

Optionally, you can also modify the WCF configuration if you want to use different bindings or security modes. In the solution download, I'm using a basicHttpBinding with a "UserName" message clientCredentialType (that's WCF-speak for HTTP basic authentication over SSL).

Clone this wiki locally