Sharing a program on a network
Hello,
I have written small a software. I want to install it on a server and and make it accessible for all the other users on network.
How can I retrieve the server name (the computer program installed) with .NET?
Also, sharing the "Program Files" folder doesn't look like a smart idea for making the program accessible from the other computers. What is the proper way to do that?
Thanks,
Erden
Re: Sharing a program on a network
You want the different users to be able to run the program on the server, or do you want the users to be able to install locally and run against the server?
Re: Sharing a program on a network
Quote:
Originally Posted by
Shaggy Hiker
You want the different users to be able to run the program on the server
Yes that's what I want. There will be one machine has the software.