Hi,
I'm trying to install DNN 5.2.2 community edition on a fresh installed, fully patched windows 2003 R2 standard server, with IIS6 and .Net 3.5 sp1.
I tried several ways of deploying DNN all with the same result.
Last install option i used was the web install thingie.
The install goes all right. But as soon as i start the site first time, in stead of showing me the install wizard, i get the following error message:
Server Error in '/' 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: Unrecognized attribute 'requirePermission'.
Source Error:
Line 4: <sectionGroup name="dotnetnuke">
Line 5: <!-- the requirePermission attribute will cause a syntax warning - please ignore - it is required for Medium Trust support-->
Line 6: <section name="data" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
Line 7: <section name="logging" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
Line 8: <section name="scheduling" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
Source File: C:\Inetpub\wwwroot\DNN\web.config Line: 6
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2443; ASP.NET Version:1.1.4322.2407
I installed serveral servers with older versions of DNN without problems.
Does someone have any pointers?