C# web application socket

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I've been solving this problem for a week already, can anybody help me with
this?
I made a asp web application using C#, i have a client/server(TCP) setup and
it works perfectly when i tested it with a windows app but when i tried it in
my web application, only my terminal or my pc can send a message to myself
and accepts it, other terminals cant connect and arent able to send a message
to.. its not the hardware problem i think since i already tested it on a
windows application and i worked flawlessly. I think there might be
restrictions on asp.net web application development but im not sure about
this and how to fix this... anyone has ideas or answers?
 
ummmm, dont understand the bit about when tested with a windows app? SO i
may not be of help here but when you tested it and it worked were you
testing it on alocal server and now you are doing it across the net on a
remote server?

If so bare in mind you are now going through proxys. Check that the server
is receiving, if it is the server and not the client that can receive and
the server is sending replies check that you are sending to the correct
endpoint.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top