简体   繁体   中英

Run Web-Service and Client on two computers

I have to run my Web-Service project on two computers. I have created very simple project with tutorial helps, but it working only on localhost. Next thing I have to do is create a local network, where on first computer I will run web-server and second will be a client. Do you have some ideas how to do this? I'm new in C# and WS technology.

You can setup a Virtual Machine on your Computer to simulate a small local network. The server socket must be bind to your network ip address or just 0.0.0.0, so that it is reachable from everywhere. It would help to post some code here, to show what you already have done.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM