I am creating custom CRM Dynamics code that saves data to an external database when specific entities have been updated or created in CRM. Where the best place to put the connection string?
Is it possible to use a web.config to store the connection string? This would be perfect?
I do not want to use the secure/unsecure configuration "parameters" for each plugin step as I will have to copy and paste the connection string multiple times.
*This post is locked for comments
I have the same question (0)