Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 29, 2005 07:58 PM by jeffkw
Participant
1156 Points
539 Posts
Dec 29, 2005 06:11 PM|LINK
i have never had to do this before but......
i give up on this product. it simply will not install.
i won't spend any more time on this.
tthanks for your help though.
threeo
Contributor
5912 Points
1207 Posts
MVP
Dec 29, 2005 07:00 PM|LINK
(sigh)
It will install. I admit it IS difficult at times. However if you give it one more try it can help others.
Member
140 Points
28 Posts
Dec 29, 2005 07:22 PM|LINK
<add
name="DotNetNuke"
connectionString="Data Source=DEV1;Initial Catalog=DotNetNuke;Integrated Security=True" providerName="System.Data.SqlClient"
providerName="System.Data.SqlClient" />
</connectionStrings>
<appSettings>
<!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules
<add key="DotNetNuke" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"/> -->
<!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules -->
<add key="DotNetNuke" value="Data Source=DEV1;Initial Catalog==DotNetNuke;;Integrated Security=True" />
Dec 29, 2005 07:58 PM|LINK
connectionString="Data Source=DEV1;Initial Catalog=DotNetNuke;Integrated Security=True"
threeo
Participant
1156 Points
539 Posts
Re: why is this so difficult?
Dec 29, 2005 06:11 PM|LINK
i have never had to do this before but......
i give up on this product. it simply will not install.
i won't spend any more time on this.
tthanks for your help though.
threeo
adefwebserve...
Contributor
5912 Points
1207 Posts
MVP
Re: why is this so difficult?
Dec 29, 2005 07:00 PM|LINK
(sigh)
It will install. I admit it IS difficult at times. However if you give it one more try it can help others.
Open Light Group
LightSwitchHelpWebsite.com | ADefWebserver.com
jeffkw
Member
140 Points
28 Posts
Re: why is this so difficult?
Dec 29, 2005 07:22 PM|LINK
In case you try again - If you are using Windows security, do not include UserID in the web.config strings.
If you are using SQL Server security you need UserID and password.
I copied your strings and edited for Windows Security.
<!-- Connection String for SQL Server 2000/2005 -->
<add
name="DotNetNuke"
connectionString="Data Source=DEV1;Initial Catalog=DotNetNuke;Integrated Security=True" providerName="System.Data.SqlClient"
providerName="System.Data.SqlClient" />
</connectionStrings>
<appSettings>
<!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules
<add key="DotNetNuke" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"/> -->
<!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules -->
<add key="DotNetNuke" value="Data Source=DEV1;Initial Catalog==DotNetNuke;;Integrated Security=True" />
jeffkw
Member
140 Points
28 Posts
Re: why is this so difficult?
Dec 29, 2005 07:58 PM|LINK
<add
name="DotNetNuke"
connectionString="Data Source=DEV1;Initial Catalog=DotNetNuke;Integrated Security=True"
providerName="System.Data.SqlClient" />