我有以下问题,我在用着SQL server Express 2005。
WinForm App, Ms VS 2008
我的client program要link去server (SQL server express2005在server里)
所以我的config file用以下的方式去connect.
"<add name="SimpleMice" connectionString="Data Source=192.68.1.1\SQLEXPRESS;Initial Catalog=SimpleProgram; User ID=sa
assword=dsc;"providerName="System.Data.SqlClient=" />"
但用户不想看到user ID 和password.
我现在SQL server Express 2005 用的是SQL server Authentication.
那位有什么好建议吗?



