﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Newest KB Articles in DotNetNuke</title>
    <description>Recent additions to the Knowledge Base from DiscountASP.NET</description>
    <link>http://support.discountasp.net/KB/c101/dotnetnuke.aspx</link>
    <dt>Sun, 22 Nov 2009 11:09:46 GMT</dt>
    <generator>SmarterTrack Enterprise 4.0.3504</generator>
    <item>
      <title>How to install DotNetNuke 5.x on DiscountASP.NET servers</title>
      <link>http://support.discountasp.net/KB/a471/how-to-install-dotnetnuke-5x-on-discountaspnet-servers.aspx</link>
      <pubDate>Sat, 07 Mar 2009 01:58:46 GMT</pubDate>
      <guid isPermaLink="false">kbarticle471</guid>
      <description>&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Below is a step by step installation procedure to install DotNetNuke portal version 5.x on DiscountASP.NET servers.&lt;br /&gt;
&lt;br /&gt;
We do not support the DotNetNuke Portal software. If you run into
installation problems, you are welcome to use the &lt;a href="http://forum.discountasp.net/" target="_blank"&gt;DiscountASP.NET Community Forum&lt;/a&gt;&lt;/span&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt; or the ASP.net forums&lt;/span&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt; for peer support. &lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;&lt;strong&gt;Note:&lt;/strong&gt; Our testing showed dramatically better performance on IIS7 than IIS6, so we do not recommend installing DotNetNuke on an account that is using IIS6.&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;&lt;strong&gt;&lt;br /&gt;
Note:&lt;/strong&gt; The following instructions are written for DNN 5.0.0. Other versions may have some slight differences. &lt;br /&gt;
&lt;br /&gt;
A) Get DotNetNuke 5.x and upload to web server &lt;br /&gt;
&lt;/span&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Download DotNetNuke 5.x "Install" Version from &lt;a target="_blank" href="http://dotnetnuke.com/"&gt;DotNetNuke.com&lt;/a&gt;&lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Extract the content to your local machine &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;B) Customizing the web.config file &lt;br /&gt;
&lt;/span&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Open the Web.config file with any text editor.&lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Update the database connection information &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;1) In the &amp;lt;connectionStrings&amp;gt; section &lt;br /&gt;
&lt;br /&gt;
Replace:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: courier new;"&gt;
&lt;p class="codeblock"&gt;&lt;span style="font-family: courier new;"&gt;&amp;lt;connectionStrings&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;!-- Connection String for SQL Server 2005 Express --&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;add name="SiteSqlServer" connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;" providerName="System.Data.SqlClient" /&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;!-- Connection String for SQL Server 2000/2005&lt;br /&gt;
&amp;nbsp; &amp;lt;add name="SiteSqlServer" connectionString="Server=(local);Database=DotNetNuke;uid=;pwd=;" providerName="System.Data.SqlClient" /&amp;gt; &lt;br /&gt;
&amp;nbsp; --&amp;gt;&lt;br /&gt;
&amp;lt;/connectionStrings&amp;gt;&lt;/span&gt;&lt;/p&gt;
&amp;nbsp;&lt;br /&gt;
&lt;/span&gt;with:&lt;br /&gt;
&lt;span style="font-family: courier new;"&gt;&lt;br /&gt;
&lt;/span&gt;
&lt;p class="codeblock"&gt;&amp;lt;!-- Connection String for SQL Server 2000/2005 --&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;add name="SiteSqlServer" connectionString="THE ENTIRE CONNECTION STRING LOCATED IN THE SQL SECTION OF YOUR CONTROL PANEL" /&amp;gt;&lt;br /&gt;
&amp;lt;/connectionStrings&amp;gt;&lt;/p&gt;
&lt;br /&gt;
2) In the &amp;lt;appSettings&amp;gt; section &lt;br /&gt;
&lt;br /&gt;
Replace:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: courier new;"&gt;
&lt;p class="codeblock"&gt;&lt;span style="font-family: courier new;"&gt;&amp;lt;appSettings&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules&amp;nbsp;&amp;nbsp; --&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;add key="SiteSqlServer" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;" /&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;
&lt;/span&gt;with:&lt;br /&gt;
&lt;br /&gt;
&lt;p class="codeblock"&gt;&lt;span style="font-family: courier new;"&gt;&amp;lt;add key="SiteSqlServer" value="Data Source=tcp:YOUR SQL SERVER NAME;Initial Catalog=YOUR SQL DABASE NAME;User ID=YOUR SQL USERNAME;Password=THE SAME PASSWORD THAT YOU USE TO LOGIN TO THE CONTROL PANEL" /&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;
To avoid any conflicts, we recommend using a fresh database for the application install. &lt;br /&gt;
&lt;br /&gt;
C) Upload all the files to your web site account. We recommend
uploading DotNetNuke into a subdirectory. We DO NOT recommend uploading
DotNetNuke to your document root directory. &lt;br /&gt;
&lt;br /&gt;
D) IIS Configurations &lt;br /&gt;
&lt;br /&gt;
1) Switch the ASP.NET version to ASP.NET 2.0 in the IIS Tools in the Control Panel &lt;br /&gt;
&lt;/span&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Logon to your &lt;a target="_blank" href="https://my.discountasp.net/"&gt;Control Panel&lt;/a&gt;&lt;br /&gt;
    &lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Navigate to the IIS Tools&lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Go to the ASP.NET Version Tab&lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Ensure that the ASP.NET version is 2.0 &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;2) Create a Web Application &lt;br /&gt;
&lt;/span&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Navigate to the &lt;a target="_blank" href="https://my.discountasp.net/webapplication-tool.aspx"&gt;Web Application Tool&lt;/a&gt; &lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Click on the subdirectory in your account where you uploaded the DotNetNuke files &lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Click Install Application &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;E) DotNetNuke Setup &lt;br /&gt;
&lt;br /&gt;
Open your browser and navigate to http://www.YourHostedDomainName.com/DotNetNuke_subdirectory&lt;br /&gt;
&lt;br /&gt;
DotNetNuke will setup all the database objects when it first loads.
This process MAY run for several minutes. DO NOT hit the stop button on
the browser &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Warning:&lt;/strong&gt; If you install DotNetNuke in your document root directory, your other .NET applications under the root may fail.&lt;br /&gt;
&lt;br /&gt;
For more information on DotNetNuke, you can review the documentation
under the /documentation directory/. For DotNetNuke support, please
visit &lt;a target="_blank" href="http://forums.asp.net/90/ShowForum.aspx"&gt;ASP.NET Forums.&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
We tested the installation on a SQL 2005 database server, but the same process should also work with SQL 2008. &lt;br /&gt;
&lt;/span&gt;</description>
    </item>
    <item>
      <title>How to install DotNetNuke 4.x on DiscountASP.NET servers</title>
      <link>http://support.discountasp.net/KB/a390/how-to-install-dotnetnuke-4x-on-discountaspnet-servers.aspx</link>
      <pubDate>Tue, 25 Nov 2008 02:43:38 GMT</pubDate>
      <guid isPermaLink="false">kbarticle390</guid>
      <description>&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Below is a step by step installation procedure to install DotNetNuke portal version 4.x on DiscountASP.NET servers.&lt;br /&gt;
We do not support the DotNetNuke Portal software. If you run into installation problems, you are welcome to use the DiscountASP.NET Community Forum for peer support or use the ASP.net forums. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Note:&lt;/strong&gt; The following instructions are written for DNN 4.4.1. Other versions may have some slight differences. &lt;br /&gt;
&lt;br /&gt;
A) Get DotNetNuke 4.x and upload to web server &lt;br /&gt;
&lt;/span&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Download DotNetNuke 4.x Install Version from &lt;a target="_blank" href="http://dotnetnuke.com/"&gt;DotNetNuke.com&lt;/a&gt;&lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Extract the content to your local machine &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;B) Customizing the web.config file &lt;br /&gt;
&lt;/span&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Open the Web.config file with any text editor.&lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Update the database connection information &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;1) In the &amp;lt;connectionStrings&amp;gt; section &lt;br /&gt;
&lt;br /&gt;
Replace:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: courier new;"&gt;
&lt;p class="codeblock"&gt;&lt;span style="font-family: courier new;"&gt;&amp;lt;!-- Connection String for SQL Server 2005 Express --&amp;gt;&lt;br /&gt;
&amp;lt;add&lt;br /&gt;
&amp;nbsp; name="SiteSqlServer"&lt;br /&gt;
&amp;nbsp; connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"&lt;br /&gt;
&amp;nbsp; providerName="System.Data.SqlClient" /&amp;gt;&lt;br /&gt;
&amp;lt;!-- Connection String for SQL Server 2000/2005&lt;br /&gt;
&amp;lt;add&lt;br /&gt;
&amp;nbsp; name="SiteSqlServer"&lt;br /&gt;
&amp;nbsp; connectionString="Server=(local);Database=DotNetNuke;uid=;pwd=;"&lt;br /&gt;
&amp;nbsp; providerName="System.Data.SqlClient" /&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;/span&gt;&lt;/p&gt;
&amp;nbsp;&lt;br /&gt;
&lt;/span&gt;with:&lt;br /&gt;
&lt;span style="font-family: courier new;"&gt;&lt;br /&gt;
&lt;/span&gt;
&lt;p class="codeblock"&gt;&amp;lt;add&lt;br /&gt;
&amp;nbsp; name="SiteSqlServer"&lt;br /&gt;
&amp;nbsp; connectionString="Server=&lt;span style="color: #0000ff;"&gt;SQL_SERVER_NAME&lt;/span&gt;;Database=&lt;span style="color: #0000ff;"&gt;DB_NAME&lt;/span&gt;;uid=&lt;span style="color: #0000ff;"&gt;DB_USERNAME&lt;/span&gt;;pwd=&lt;span style="color: #0000ff;"&gt;DB_PASSWORD&lt;/span&gt;;"&lt;br /&gt;
&amp;nbsp; providerName="System.Data.SqlClient" /&amp;gt;&lt;/p&gt;
&lt;br /&gt;
2) In the &amp;lt;appSettings&amp;gt; section &lt;br /&gt;
&lt;br /&gt;
Replace:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: courier new;"&gt;
&lt;p class="codeblock"&gt;&lt;span style="font-family: courier new;"&gt;&amp;lt;!-- Connection String for SQL Server 2005 Express - kept for backwards compatibility - legacy modules&amp;nbsp;&amp;nbsp; --&amp;gt;&lt;br /&gt;
&amp;lt;add key="SiteSqlServer" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"/&amp;gt;&lt;br /&gt;
&amp;lt;!-- Connection String for SQL Server 2000/2005 - kept for backwards comparability - legacy modules&lt;br /&gt;
&amp;lt;add key="SiteSqlServer" value="Server=(local);Database=DotNetNuke;uid=;pwd=;"/&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;
&lt;/span&gt;with:&lt;br /&gt;
&lt;br /&gt;
&lt;p class="codeblock"&gt;&lt;span style="font-family: courier new;"&gt;&amp;lt;add key="SiteSqlServer" value="Server=&lt;span style="color: #0000ff;"&gt;SQL_SERVER_NAME&lt;/span&gt;;Database=&lt;span style="color: #0000ff;"&gt;DB_NAME&lt;/span&gt;;uid=&lt;span style="color: #0000ff;"&gt;DB_USERNAME&lt;/span&gt;;pwd=&lt;span style="color: #0000ff;"&gt;DB_PASSWORD&lt;/span&gt;;"/&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;
To avoid any conflicts, we recommend using a fresh database for the application install. &lt;br /&gt;
&lt;br /&gt;
C) Upload all the files to your web site account. We recommend uploading DotNetNuke into a subdirectory. We DO NOT recommend uploading DotNetNuke to your document root directory. &lt;br /&gt;
&lt;br /&gt;
D) IIS Configurations &lt;br /&gt;
&lt;br /&gt;
1) Switch the ASP.NET version to ASP.NET 2.0 in the IIS Tools in the Control Panel &lt;br /&gt;
&lt;/span&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Logon to your &lt;a target="_blank" href="https://my.discountasp.net/"&gt;Control Panel&lt;/a&gt;&lt;br /&gt;
    &lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Navigate to the IIS Tools&lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Go to the ASP.NET Version Tab&lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Ensure that the ASP.NET version is 2.0 &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;2) Create a Web Application &lt;br /&gt;
&lt;/span&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Navigate to the &lt;a target="_blank" href="https://my.discountasp.net/user-manager.aspx"&gt;User/Quota Manager&lt;/a&gt; - Confirm that you have the following active users: &lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Main user account&lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Anonymous ASPNet User&lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Anonymous User (IUSR) &lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Allocate a Quota of 200MB each for the ASPNet User and IUSR accounts by clicking the corresponding "Edit" link. &lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Navigate to the &lt;a target="_blank" href="https://my.discountasp.net/webapplication-tool.aspx"&gt;Web Application Tool&lt;/a&gt; &lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Click on the subdirectory in your account where you uploaded the DotNetNuke files &lt;/span&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;Click Install Application &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style="color: #000000; font-family: tahoma,geneva,sans-serif;"&gt;E) DotNetNuke Setup &lt;br /&gt;
Open your browser and navigate to http://www.YourHostedDomainName.com/DotNetNuke_subdirectory&lt;br /&gt;
DotNetNuke will setup all the database objects when it first loads. This process MAY run for several minutes. DO NOT hit the stop button on the browser &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Warning:&lt;/strong&gt; If you install DotNetNuke in your document root directory, your other .NET applications under the root may fail.&lt;br /&gt;
&lt;br /&gt;
For more information on DotNetNuke, you can review the documentation under the /documentation directory/. For DotNetNuke support, please visit &lt;a target="_blank" href="http://forums.asp.net/90/ShowForum.aspx"&gt;ASP.NET Forums.&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
We tested the installation on a SQL 2005 database server, but the same process should also work with SQL 2000. &lt;br /&gt;
&lt;/span&gt;</description>
    </item>
  </channel>
</rss>