mixed mode (SQL Server) and password in connection string

R

R.A.M.

Hello,

I use mixed mode in my SQL Server 2005 Express Edition. I added connection
string to my web.config:

<add name="MIMProjekty"

connectionString="Data
Source=.\SQLEXPRESS;AttachDBFileName=|DataDirectory|\MIMProjekty.mdf;Initial
Catalog=MIMProjekty;uid=sa;pwd=sqlserver"

providerName="System.Data.SqlClient" />

The problem is that I do not want to have password visible. Could you tell
me please what to do? Thanks.

/RAM/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top