G
Guest
I have a .NET app that connects to a third-party server on a socket and sends
data. This works with a test server on the local network, but does not work
across the frame connection to the third-party server. They see a connection,
but never see any data coming across.
This works with Win32 app using winsock.
However, if I use [DllImport] and call a Win32 dll that uses Winsock from my
..NET app, it does not work.
Is there some setting in .NET framework security or my code that I am missing?
Any ideas?
Thanks
data. This works with a test server on the local network, but does not work
across the frame connection to the third-party server. They see a connection,
but never see any data coming across.
This works with Win32 app using winsock.
However, if I use [DllImport] and call a Win32 dll that uses Winsock from my
..NET app, it does not work.
Is there some setting in .NET framework security or my code that I am missing?
Any ideas?
Thanks