Hi,

I want to install my VB.NET application on a server, so that 10-15 client PC will only have a shortcut on their desktop targeting the .exe file on the server.

I don't want to install the app on the 10-15 PC and run their own .exe. It's too complex when there is an update of the .exe I have to recopy the file to each station.

--

Anyone has a good URL explaining how to do that?

I guess I at least have to install the .NET framework on every PC. But for the rest, I need some help.

Right now, I can run my application directly on the server, but when I call the .exe from another client-pc, it doesn't work.


Thanks for helping.