Microsoft Dynamics SL used to be called Microsoft Business Systems/Solomon and is the largest VB system in the world. It is VB6 running using SQLServer and fat clients.
I am not running it yet on 'http://server/myapp.exe'. Instead I publish to "C:\VBProjects\MyApp\Publish" and tell it I am installing from a CD. I copy the whole publish folder to a CD, go to another server and run setup.exe in the publish folder to install it. It installs fine and puts a link on the start menu. When I run it from the start menu, it runs fine. However, I do not want to run it from the start menu. Instead, I want to copy the exe to a folder in the Dynamics folders and let Dynamics run it when it wants to. The problem is that when Dymanics runs it (or I dblclick onthe exein Windows Explorer) it throws a security exception.
That is one problem. The other is that other computers, fat clients, connect to the server housing the Dynamics exe's via the intranet and run the Dynamics programs. Those fat clients need trust on my program also.
How can I do this? Is there some place in the documentationwhere I can read aboutthis issue andfigure out how to do it?