I need to set up a server for testing a 开发者_开发知识库project. So is it possible to host it on a wireless adhoc network? So how to implement it?
ASP.NET works on top of HTTP which works on top of TCP. The underlying transport infrastructure does not matter.
The only requirement is the client must be able to connect to the TCP port 80 (or any of your choice) on the server.
精彩评论