我通过ISA服务器进行远程应用程序连接时遇到问题:
应用程序应该通过Isa服务器连接到应用程序服务器,但是应用程序尝试通过UDP 1434
连接46.x.x.x,但是ISA服务器无法像1434 UDP
端口那样发布1433 TCP
。
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
at Startup.DataLayer.vwAccYearAdapter.GetvwAccYearSWhere(String WhereSQL)
at Startup.Forms.Login.LoadData()
at Startup.Forms.Login..ctor()
at Startup.Program.Main()