问题
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