Creating Executable on Network

doraemon

Freshman
Joined
Oct 3, 2003
Messages
36
I want to know if there is a way in VB .Net I can distribute a network application. What I want to do is to have the executable stored on the network drive and the users only need to create a shortcut to point to the executable. In that case, whenever I need to make changes to the pogram, I can just recompile and place it on the network and the users need not run the setup again on their own machines.

I tried it and the executable ran fine on the network server (Windows 2000 server), but when I tried to run the program on my machine, I got the following error message: An Exception 'System.Security.SecurityException' has occured in pots.exe (pots.exe is my program).

Does anyone have any suggestion?
 
Back
Top