I'm having the following problem, my SQL server is with port 1433 open and communicating properly, but my client has a firewall that blocks all the incoming and outgoing ports of the computers connected on the network. Here comes the problem, I need to connect to this server but I have not found where I can choose which port I'm going to use. Also, checking the open ports on a computer, connected to another network, connected to the server, I verified that the same are dynamic and I do not have the possibility to unlock all the ports of my client. Anyone have any idea how to proceed? I did not post any code because I did not find anything where I could change in my connectionString
or my SqlConnection
.