Secure your MS SQL Database Connection String
Tuesday, November 11th, 2008 | Author: Martin
Ways to secure your MS SQL connection string in ASP .NET.
We have seen allot of people looking to have the best option to secure the connection string in their ASP .NET code to connect the MS SQL database since it contains the username and password of their database. It is very important to use a secure method for corporate clients and those who save Credit Card details in their MS SQL database. Or they will easily get hacked and all the important data will be exploited by the hacker. And also for those who store important data in MSSQL.
Here are the list of methods that can be used to secure your MS SQL connection string in your ASP.NET application.
METHODS:
1. Using a DSN connection string:
Category: ASP.NET Web Hosting, Hosting Security, IIS, MSSQL Server, Window Hosting |
| Leave a Comment


