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 ...Problems installing 4.3.5Problems installing 4.3.5
Previous
 
Next
New Post
10/26/2006 3:49 PM
 

REMOVE THE --> at the end...

Line 36:     <add key="SiteSqlServer" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"/> -->

IT SHOULD READ

Line 36:     <add key="SiteSqlServer" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"/>

 
New Post
10/26/2006 7:22 PM
 
THank you! Thank you! Thank you! Thank both of you for helping!

IT worked!  after a month of frustration and reading documentation and redoing and then deleting installs and DB's ect... It finally installed. 

I want to know what is actually needed so I understand this in the future.  So does both settings need to be there, the SQL2005/2000 and the SQL Express?

Also, the web.config file changed after it finished installing.  was the only change made the encryption key and validation key?

I have a couple of other questions.  So when i create a number of portals, they all use the same DB?  If so, are there new tables created for each portal?  how would I migrate one portal to a new site?

Thanks again for the help!  Now onto creating the graphics for my son's boyscout website and the creating the skin to upload it to.
 
New Post
10/31/2006 1:33 PM
 

I've done several of these in the past week because of IE7, so I can almost do them in my sleep.  Here is what you have to do:

  <connectionStrings>
DELETE THIS PART OF THE CODE IF YOU DON'T USE EXPRESS
    <!-- 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 THE END OF COMMENT TO END OF THIS LINE
    <add
      name="SiteSqlServer"
      connectionString="Server=(local);Database=DotNetNuke;uid=dtsobel;pwd=*****;"
      providerName="System.Data.SqlClient" />

REMOVE THIS END OF COMMENT
   -->

  </connectionStrings>
  <appSettings>

DELETE THIS PART OF THE CODE IF YOU DON'T USE EXPRESS
    <!-- 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 THE END OF COMMENT TO END OF THIS LINE

    <add key="SiteSqlServer" value="Server=(local);Database=DotNetNuke;uid=dtsobel;pwd=*****;"/>

REMOVE THIS END OF COMMENT
   -->

    <add key="InstallTemplate" value="DotNetNuke.install.config" />
    <add key="AutoUpgrade" value="true" />
    <add key="InstallMemberRole" value="true" />
    <add key="ShowMissingKeys" value="false" />
    <add key="EnableWebFarmSupport" value="false" />
    <add key="EnableCachePersistence" value="false"/>
    <add key="HostHeader" value="" /><!-- Host Header to remove from URL so "www.mydomain.com/johndoe/Default.aspx" is treated as "www.mydomain.com/Default.aspx" -->
    <add key="RemoveAngleBrackets" value="false" /><!--optionally strip angle brackets on public login and registration screens-->
    <add key="PersistentCookieTimeout" value="0" /><!--use as persistent cookie expiration. Value is in minutes, and only active if a non-zero figure-->
  </appSettings>

further down....

  <system.web>
    <machineKey

REPLACE THE KEYS FROM YOUR OLD WEB.CONFIG FILE INTO THESE PARTS SO THE DATABASE CAN VALIDATE YOUR CALLS
      validationKey="F9D1A2D3E1D3E2F7B3D9F90FF3965ABDAC304902"
      decryptionKey="F9D1A2D3E1D3E2F7B3D9F90FF3965ABDAC304902F8D923AC"
      decryption="3DES"
      validation="SHA1"/>

further down....

CHANGE RemoteOnly TO Off SO THE UPDATING WILL DISPLAY TO THE SCREEN
   <!-- permits errors to be displayed for remote clients -->
    <customErrors mode="Off"/>

Save the file.  Make sure you are on ASP 2 and then run Default.aspx at the top level of your website.   This should fix your problem.

- LL


 

 
New Post
10/31/2006 5:36 PM
 
Thanks for the info!  Actually, how you document the changes is far better then the "Official" Documentation! 

There are several questions i have not gotten answered.  1.  Does each portal setup have it's own tables  in the data base?  If not, how would you move a portal to  another server/host with out taking the  data in the DB  that belongs to a individual portal?

Also, i would rather setup IIS with a separate website rather then just creating a virtual Directory on the default website.  how would I access it to install?

Thanks
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Problems installing 4.3.5Problems installing 4.3.5


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