Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1736 Points
565 Posts
Dec 28, 2007 02:01 AM|LINK
Try removing "AttachDBFilename=|DataDirectory|TimeTracker.mdf;" from your web.config.
An example, but that's without integrated security. Anyhow you would have to specify the Db name:
<
Hope this helps.
Cheers!
/Eskil
utlandsfanto...
Participant
1736 Points
565 Posts
Re: Need help with install on SQL Server 2005 Developer Edition
Dec 28, 2007 02:01 AM|LINK
Try removing "AttachDBFilename=|DataDirectory|TimeTracker.mdf;" from your web.config.
An example, but that's without integrated security. Anyhow you would have to specify the Db name:
<
add name="connStringName" connectionString="Data Source=COMPUTERNAME\SQLINSTANCE;User ID=UID;Password='PWD';Database=NameOfDb;Trusted_Connection=False;" providerName="System.Data.SqlClient" />Hope this helps.
Cheers!
/Eskil