Click here to Skip to main content
15,887,376 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi
i want to execute my applicaton in network.
can i use from windows 7 instead of windows server, for server?
or it is necessary to install win server?

thanks very much

What I have tried:

use from win7 instead of win server
Posted
Updated 30-Nov-17 9:51am
v2

1 solution

Generally you can use any OS (client or server) as a "server" for your application, all you need to do is:
1) Make sure it works on that OS (install all requirements).
2) Make firewall changes so the application can be connected to from other systems
3) Use the IP address of that system to connect to form other systems.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900