Encrypt ConnectionStrings in web.config
This is the sample connection string in the web.config file Before Encrypt <configuration> <connectionStrings> <add name=”SqlServices” connectionString=”Data Source=localhost;Integrated Security=SSPI;Initial Catalog=Northwind;” /> </connectionStrings> </configuration> Encrypting web.config file 1. Open Command…