Hi,
I'm relatively new to ASP.NET and I have a couple of questions about data transmission from MS SQL Server 2005 and encrypting of data.
- By default, is data moving from a SQL Server to an ASP.NET page encrypted?
- By default, if I am using a local application which access a remote MS SQL Server is the data from the SQL Server encrypted?
If the data is not encrypted how would I go about doing this?
The program I am working on uses a local application to access a remote database (located on my hosting company's site) and update/insert/delete data.
The customers can go to an ASP.NET website, log in and check their current balance.
There are no credit cards or SSN's sent over the internet, but I would like to avoid spreading client's names, addresses and phone numbers over the web from my local application.
Any help is appreciated.
Thanks,
Trevor