Execute External Console Application From Dynamics CRM

こ雲淡風輕ζ 提交于 2019-12-12 03:48:34

问题


I need to execute a console application from Dynamics CRM. What is the best way of doing that please? The app should execute on daily basis.

Thanks.


回答1:


If you just need to run a console application on a schedule then I've found Windows Task Scheduler to be excellent. Here's a link to MSDN: http://technet.microsoft.com/en-us/library/cc766428.aspx

You can also use SQL Server Agent to run a console application but it requires a little more setup



来源:https://stackoverflow.com/questions/26431521/execute-external-console-application-from-dynamics-crm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!