Ok, I tried to set up DNN on my localhost server. I'm running windows xp with SP3. I followed the instructions from the DNN setup file. I have IIS v5.1
I extracted theDotNetNuke_Community_05.02.03_Install files to the C:\Inetpub\wwwroot folder.
Local path for the virtual website is C:\Inetpub\wwwroot in the properties dialog.
The virtual directory is set to read, log visits, index this resource.
The application name is DNN.
Execute permissions: Scripts and Executables.
Documents Tab: Enable Default Documetn is checked with default.aspx listed first
Anonymous Access is checked and allow IIS to control password is checked
ASP.NET version: 2.0.50727
IIS Admin Services is Started
The DNN folder security Permissions: Full Control, Modify, read& Executable, List folder contents, Read, Write all checked
My web.config file is changed to:
<connectionStrings>
<add name="SiteSqlServer" connectionString="Server=(local);Database=DNN;uid=;pwd=;"
providerName="System.Data.SqlClient" />
</connectionStrings>
<appSettings>
<add key="SiteSqlServer" value="Server=(local);Database=DNN;uid=;pwd=;" />
With all this being said I still get this error when I try to naivgate to http://localhost/DNN/
to install DNN on Internet explorer 8
Server Error in '/DNN' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Child nodes not allowed.
Source Error:
Line 53: <compilers>
Line 54: <compiler language="vb;vbs;visualbasic;vbscript" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" extension=".vb" warningLevel="4">
Line 55: <providerOption name="CompilerVersion" value="v3.5"/> Line 56: <providerOption name="OptionInfer" value="true"/>
Line 57: <providerOption name="WarnAsError" value="false"/>
|
Source File: C:\Inetpub\wwwroot\DNN\web.config Line: 55
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42