Click here to Skip to main content
15,900,378 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i am devloping on vb.net window aplication where i have set the connection string to sql server in app.config file as
XML
<appSettings>
    <add key="ConnectionString1" value="Server=MyServer;User ID=sa;Password=123456;Database=practice"/>
  </appSettings>


where the password ,server are visible i want to remove this things so is there any solution to protect the same..
Posted

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900