neodatatype Posted November 4, 2003 Posted November 4, 2003 Hi all, I wonder if I can write client-server app with .net. My aim would be to create an app that is on a PC (server) and another app that is to a PC2 (client) and the PC2 calls methods of classes of the app on the server (as I will do with ActiveX DCOM). If this is possible how to do it? I would avoid the use of sockets! Thank you. Quote > NeoDataType.net < Try my Free .Net Reporting Tool!
Administrators PlausiblyDamp Posted November 4, 2003 Administrators Posted November 4, 2003 possible options are WebServices, Remoting or Sockets (any reason why you want to avoid them?) Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.