<connectionStrings>
<add name="dbconnection" connectionString="Data Source=.; UserName=abc; Password="abc"Integrated Security=true;Initial Catalog=MySampleDB"/>
</connectionStrings >
i dnt wanna show my password in simple plain text format, instead of this i would like to show in encrypted form.
i dnt wanna encrypt the whole web.config file