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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlogAn error has occurred.An error has occurred.
Previous
 
Next
New Post
12/21/2008 2:54 PM
 

I have a wish list for the DNN to make the user guides clearer. I guess if you code all the time they make sense but to those who are new or don't code frequently they are often cryptic and daunting. I had this issue as well but it was largely because the DNN Install Guide wasn't very clear, for example on page 36 it said only.

Note that the name of the connectionString “SiteSqlServer” is the same name as
the key used in < appSettings >, and that the < appSettings > setting is also
required to support legacy modules.

But that isn't entirely true there are differences in the web.config between <connectionStrings> and <appSettings>. I don't know maybe I'm asking too much but I think I would have been spared hours of agony had the instructions been written like this.

Note that the name of the connectionString “SiteSqlServer” under <connectionStrings> must also be set under < appSettings > to support legacy modules. Under < appSettings > tag the providerName is not used, additionally there are minor differences in the tags used under each section as shown in bold:

<connectionStrings>
<!-- Connection String for SQL Server 2000/2005 -->
<add name="SiteSqlServer"
connectionString="Server=ServerName;Database=MyDnnDatabase;uid=SqlServerUser;pwd=password"
providerName="System.Data.SqlClient" />

<appSettings>
<!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules -->
<add key="SiteSqlServer"
value="Server=ServerName;Database=MyDnnDatabase;uid=SqlServerUser;pwd=password" />

Of course I am leaving out the SQL Express stuff in my post but something like that for both SQL Server and SQL Express would have really helped.

 
New Post
12/22/2008 3:10 AM
 

Hi Kurt,

thank you for posting, and believe me: this is a common error that happens. Having two different connection strings is an issue that is very difficult to find out, and usually makes you waste so many hours...

Your suggestion for enhacncing the guide is very interesting, would you mind to report it in the official DNN issue tracking system? Here you are posting on the Blog module support forum, so there are not many chances that your suggestion gets read from the core team members. If you find any difficulties with the issue tracking, let me know, and I will help you.

I hope that now your install works fine now, enjoy DNN and the Blog module.

Best regards,
Dario Rossa

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlogAn error has occurred.An error has occurred.


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