How to secure the communication between an MSSQL database and a c# administrative tool?
Posted
by citronas
on Stack Overflow
See other posts from Stack Overflow
or by citronas
Published on 2010-05-26T16:46:47Z
Indexed on
2010/05/26
16:51 UTC
Read the original article
Hit count: 240
How can I secure the communication between a C# programm running locally on my computer and a MSSQL Server in a hosted environment?
I have an asp.net application that is secured by SSL encryption. So using the asp.net from an open wlan connection is no problem.
How can I achieve the same kind of encryption for my administrative tool? Would it be best to write a service? But how would that connection to the service be secured?
© Stack Overflow or respective owner