ConnectionString manual and secure in C# 2.0

  • Thread starter Thread starter Scott M.
  • Start date Start date
S

Scott M.

The connection string is stored in an xml file, but not with the .xml
extension. The file is not served to end users (even if they know the name
of the file and its path) by the web server.
 
Hello,
I am a newbie in C#2.0, as I have read, the application automatically
generates a configuration files to store the connectionstring in (.XML
file). So after compiling, everyone can see this sensitive infomation
(username, password). Pls tell me how to make it "hidden" from user and how
to manage the connectionstring promatically (set server name, databse name,
username)
Thanks in advance!


--
Contact:
Bauman Moscow State Technical University
Russia, Moscow 105005
Tel: +7915-426-6272
ICQ: 160-223-078
YM: Chipheo2k
 
Back
Top