I have written an command line command to encrypt web.config connection string.
Once the command is run, i will see the connection string section in web.config file encrypted format. Then, i run the website and see the data from database has been fetched in the webpage.
I even can decrypt the connection string to make it normal. using another command line command.
Could any one tell me , few test cases that i could go for?