Click to See Complete Forum and Search --> : C# -> MySQL via port80?


kalasp
03-20-2009, 07:07 AM
Hi!

I have made a C# application which need to communicate with a MySQL server. This application will be used in several different restricted networks and will be communicating with a MySQL server (windowsbased).

Since I dont really know which ports are going to be open (depending on the network the application is in) I need to send the sql commands via port 80. They also have to be encrypted.

I have full admin rights of the SQL server.

Does anyone have any ideas how this would be done in the smartest way? The MySQL server is Windows based.

Thank you!