Storing Passwords with ClickOnce

Discussion in 'Databases' started by notacuban, Jul 11, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello! I was messing around with clickonce applications and was needing some help.

    I would like to have a clickonce app run from a users machine. I have no problems connecting to the SQL Server database from the local app. Right now, the username and password for the database is stored in the connection string. What are the best practices for storing database login information in this type of application? Is there a way to secure this information besides just including it in the connetion string?

    Thanks!

    -MDR
     
  2. JorgeR

    JorgeR DiscountASP.NET Staff

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page