Is it possible to hide the user id and password from source when the developer can trace the source?
Sorry for my bad English.
Is it possible to hide the user id and password from source when the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you should keep the connectionstrings in web.config file and then encrypt the web.config file so that the passwords are safe.
you can find help on how to encrypt web.config file here
http://msdn.microsoft.com/en-us/library/dtkwfdky(v=vs.100).aspx