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 ...HELP!HELP!
Previous
 
Next
New Post
2/22/2007 2:45 PM
 
HELP! 
I have been trying to install DotNetNuke for almost 3 weeks straight. I have had every error their is to have. I'm new to this but have had my brother try to help me long distance. He says it is not the SQL Server because I can connect to it. It has to be in the web.config file. I've tried every configuration I've found and some I've made up. I've uninstalled and reinstalled 3 times. My most recent error is the Upgrade error. The one before that was one that has the logo and says can not connect to database. I've even sent the config file to my brother (the programmer) and he put in the information and we still couldn't get it to connect. We are both baffled. I've read that adjustments need to be made to the app_data file and the resource file and you should load source package....I'm running winXP, with IIS, SQL Server Express Addition, and plan to someday use Visual Web Developer to develope skins and web designs, eventually, hopefully.  I know the problem has to be in the web config file, I just can't figure out what it is.
Can anyone help me? I'm willing to give you my email address and home phone no if need be. H.E.L.P.!!!!!
 
New Post
2/27/2007 11:08 AM
 

The problem may be a mixture of security settings and your web config.  My partner is running XP Professional with FAT on his notebook and never had any problems installing DNN as is without manually creating a database in SQL.

 I am running XP professional with NTFS and struggled to get DNN going. If I build the DNN site under My Documents or even in my Inetpub/wwwroot directory it refused to allow the database to be attached. Being lazy and looking for a shortcut I eventually found by creating a blank database directly in SQL Express with the SQL Server Management Studio express and then changing my web config sorted the installation problem out once and for all.

Just in case you want to make sure about your web config format for connecting directly to the blank SQL database here is an example where I have commented out the standard connection and changed it to a "manual" connection. . Remember that an error on the comments --> can really stuff you around badly.

<connectionStrings>
    <!-- Connection String for SQL Server 2005 Express
    <add
      name="SiteSqlServer"
      connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"
      providerName="System.Data.SqlClient" />
    Connection String for SQL Server 2000/2005  -->
    <add name="SiteSqlServer" connectionString="Server=armandnotebook\sqlexpress;Database=dnn;uid=sa;pwd=nelavm;" providerName="System.Data.SqlClient" />
  </connectionStrings>
  <appSettings>
    <!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules 
    <add key="SiteSqlServer" 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="SiteSqlServer" value="Server=armandnotebook\sqlexpress;Database=dnn;uid=sa;pwd=nelavm;" />

 

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...HELP!HELP!


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