I have a simple console application written in C#. I want to use its .exe file to run it from SqlServer Agent jon(CmdExec).
I build the application to get the .exe file and now I'm confused about the two folders bin and obj. Both of the folders contain Debug and Release folders and inside there is exe.
Can you advice me, which one is the .exe file I should use for production?
Thanks