Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi everyone,

I want to have a socket program that has asp.net at client part and c++ at server. I have to use tcp/ip as commucation protocol.

Thanks

additional information copied from comment below
yes there is a misunderstanding, underspecification. I think I did enough search on google, but I couldn't find any sample code or explanation, if it is possible to have a tcp/ip socket programming with asp.net and c++ languages as client and server. All examples are depends on SOAP communuting.

So my question is,
Is there any way or is it possible to do server-client app with tcp/ip protocol by using asp.net on client and c++ on server?
Posted
Updated 19-Aug-14 23:17pm
v3
Comments
Nelek 20-Aug-14 4:45am    
Perfect, go ahead and have fun coding.

Since you didn't ask any question, it is difficult to give you a better answer.

I strongly recommend you to read:
How to ask a question[^] and What have you tried?[^]
[no name] 20-Aug-14 6:36am    
Strictly answering based on the extremely limited and confusing information presented here, no you cannot. You would need to create your client and server in a programming language. You can do a C++ server sure, but ASP.NET is not a programming language.

1 solution

Please check the below link hope this helps.
Chat Client Server

Hope these two links helps.
 
Share this answer
 
v2
Comments
Member 10902205 21-Aug-14 11:04am    
Thanks a lot.
I have succeed to develop.
I built an c# client project that runs by ASP.NET project and a c# server project from the source http://www.networkcomms.net/.
It is ok now

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