When using SQL Server logins within ASP.NET connection strings, what is the most secure way of storing the connection string in the application?
Previously I have used the registry when using ASP and reading the connection string from there, but I am sure that there is a more secure way involving encryption of the connection string when using ASP.NET.
Could someone point me in the right direction as to how to store these securely and access them securely? Many thanks
Previously I have used the registry when using ASP and reading the connection string from there, but I am sure that there is a more secure way involving encryption of the connection string when using ASP.NET.
Could someone point me in the right direction as to how to store these securely and access them securely? Many thanks