Hello guys.
I'm developing a web application in which I have to connect to a mssql server which is connected through a proxy server. I have allowed data transfers for the MSSQLSERVER service, and allowed connections for port 1433. I've read that this is absolutely insecure, and it still gives me mssql_connect()
errors, so which one is the best way to do this?
Thanks in advance