views:

8

answers:

0

Hello! I have connection string with sensitive information (user,password) in Application.config.xml file. Now i need to publish this application through ClickOnce.

Is there a way to encrypt connection string?

On other hand can this be inplemented in database? For example: user connects with access only to fuction that checks username and password if check succesful then new login information generated and sending to client and then client using these information connects again to db

Which way is best or fastest?

Thanks