c# - SQL Server's port is blocked -
has developed a Windows application that remotely accesses an SQL Server online However, the client's ISP block port 1433. What are the other options to connect to a SQL Server from a Windows app?
SQL Server should have a network utility, where you can configure the port to be used. Contact your customer's ISP to see which ports are open (they may also be able to open 1433 for you), then configure the server to use that port.
In my installs, you select: Select "Start"> All Programs> Microsoft SQL Server> Server Network Utility "," Active Protocol " then "TCP / IP" and "Properties" .
From there you can set the default port to be more accessible.
Comments
Post a Comment