
June 29th, 2004, 05:47 PM
|
|
Registered User
|
|
Join Date: Jun 2004
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Running Program from Server
I'm new to windows programming so please don't laugh.
I have a visual basic .NET program that i've created. I can install it on PCs and it runs fine.
I want to be able to put it on a server that is on our local network, and I want users to be able to run the exe from through their network neighborhood (over the network). My most desirable option is that the program need not be installed locally to be able to run from the network. (Of course .NET framework would have to be installed locally)
As it is now, if I copy the exe to some place on the network and try to run it from there I recieve a unhandled exception error right away, even if the user has write permissions to that directory.
Where do I need to go next with this program to be able to do this? Remote Services???
|