We are using ASP.NET 3.5 and C# 3.0.
According to the client's requirement, the database connection string need to be stored in system registry.During the connection establishment,we have to read the connection string from System Registry.
How can i store connection string in System Registry?
Using C# how can i programmatically read my connectionString?
Storing connectionString in System's registry is a good practice?