web application asp.net [closed]
how do i connect two computers together using asp.net, similar to using TCP/IP where they connect through an ip-address and a port but im trying to avoid TCP/IP. How can i do a similar way with asp.net, http protocol
You... don't want to use IP? That's going to be interesting in ASP .NET to say the least. Are you sure you know what you mean?
Step back for a minute and give us an overview of your project and what you're trying to accomplish. It sounds like you're unfamiliar with the terminology and technology being employed. We can help with this, we just need to know what you're trying to do.
@user464111 for what it's worth, what you're looking for is called "Client/Server application".
Good luck with that and feel free to ask if you'll have any specific questions while developing it.
If you want more answers start accepting those answers you already have on your various questions.
精彩评论