I have an ASP on an https server connecting to an SQL Server. I've read that it is possible to make a secure connection to the DB. Any advice on how to achieve this? I don't own the SQL server, or web server, so I don't have any control over configuration.
Is there a way for me to figure out (either directly or indirectly) whether or not the connection to the SQL server is forced secure?
Is there anything that needs to go into the connection string to ensure that a secure connection is being used?
Any advice would help here.
Thanks.
Is there a way for me to figure out (either directly or indirectly) whether or not the connection to the SQL server is forced secure?
Is there anything that needs to go into the connection string to ensure that a secure connection is being used?
Any advice would help here.
Thanks.