Hello,
I've installed SQL 2008 express on my Windows 2003 R2 server. I setup services, DNN folder, users, permissions and virtual directory. When I try to access http://localhost/dotnetnuke I get this error. I am using DNN 5.1.4, IIS v 6. I am totally clueless and I do not know what to do.
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:\DotNetNuke\web.config Line: 6
Thank you so much for any help you can provide.