Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,



i want to hide my password and username details which will be seen when any people open my config file created using ssis. Can any one help me with your suggestions and ideas please..



thanks & best regards,
Durga.
Posted

1 solution

Assuming you mean the username and password for your connections strings, see here: MSDN: How to Secure Connection Strings When Using Data Source Controls[^]

If you mean to store actual user information for each user in web.config, then that is a very, very poor idea, and you should rethink your whole user identification system!
 
Share this answer
 

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