I am in the process of writing a program that accesses an MSSQL server to retrieve information. If I publish the program and change the exe to a text file I am able to see in Notepad the web path, username and password for the database I am accessing.
Is there anyway to prevent this from happening when I build the program? There is also a lot of other information that you can see in Notepad that people should not be able to see. What can I do? Thanks!
↧