Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...SQL Connection string authentication errors RESOLVEDSQL Connection string authentication errors RESOLVED
Previous
 
Next
New Post
8/9/2006 5:18 AM
 

I've been seeing and having a lot of issues setting up a fresh DNN 4 installation on a vanilla windows 2003, SQL Express 2005 installation. I havne't seen a lot of solutions though.

After getting constant connection string authorization issues, I decided to go this way:

<add name="SiteSqlServer" connectionString="Data Source=INTRANET\SQLExpress;Database=DNN;uid=dnn;pwd=xyz1234;" providerName="System.Data.SqlClient" />

<add key="SiteSqlServer" value="Data Source=.\SQLExpress;Database=DNN;uid=dnn;pwd=xyz1234;"/>

This also didn't work until I changes the security properties of SQLExpress to SQL Server and Windows Authentication mode, restarted SQL Server and presto! I never like these trusted connections anyway, because they are hard to debug when things go wrong.

HTH,

Marc

 
New Post
8/9/2006 11:56 AM
 
I agree in principle.  I'm sure there's something I don't know yet about using the default string DNN ships with which uses the attachdbfilename and user instances.  I definitely did try several sources and there are definitely documented issues (not necessarily an MS issue but a local machine configuration issue) with SQL Express and these attached databases.  I'm still going to go back and see if I can get it to work that way--it might only be an install issue. 

For local XP install of 4.3.4, once I switched to this format, installation worked:

<add name="SiteSqlServer" connectionString="Data Source=.\SQLExpress;Integrated Security=True;Database=DotNetNuke;" providerName="System.Data.SqlClient" />

http://msdn2.microsoft.com/en-us/library/ms228037.aspx

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...SQL Connection string authentication errors RESOLVEDSQL Connection string authentication errors RESOLVED


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out