Hey
I've created a simple DNN 4.3.4 portal using Visual Web Developer 2005 Express and DNN Starter Kit.
From what I understand I have to depoly this DNN project as any other ASP.NET 2.0 projects.
In "solution explorer" in vwd I clicked the "copy website" button and copied the project to a folder on my compuiter. Then I configured a new virtual directory in IIS and set it to point to my DNN project (the copy of the DNN project created by "copy website"). I gave the ASPNET user account full access to the directory.
When I run my project I get this error:
Server Error in '/DeployTest' 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: D:\Download\Harper\DotNukeTestDeploy\web.config Line: 6
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
Any suggestions on how to solve this?