1
Answer

C#.net security

jasminie

jasminie

13y
1.1k
1

I have a C#.net 2008 professional version of a desktop application that I was requested to change.

The application that I am suppose to change has user names and passwords in config files that any open can open and see. The user name and password that you can see point to the sql server2008 r2 database.

Thus can you give me suggestions on what to change and how to change those items by pointing me to urls (links) that I can use as a reference?
Answers (1)
0
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 13y
Just go to this web site's home page and look at the articles. You can start by doing a serach such as:

http://www.c-sharpcorner.com/Search/?sKeywords=database+security+passwords

However this web site's search engine is not as good as it could be, so you should also browse the articles too.
Accepted