Hello,
We have a server that we use for demo/test of our DNN 2.4 site. We are trying to migrate to DNN 4.5, but I need to keep the DNN 2.4 site active until we completely move our production environment (currently DNN 2.4) to DNN 4.5
Can the two version of DNN peacefully coexist on the same web server? I have installed 4.5 on the server (running Windows 2003) and when I try to browse to the site to begin the install process, it fails with the following error:
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: Section or group name 'data' is already defined. Updates to this may only occur at the configuration level where it is defined.
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:\WebSites\BRMS\Website\web.config Line: 6
I have successfully installed DNN 4.5 on my local dev workstation as well as some other servers that do not have DNN 2.4. So, I am wondering if this is possible to get the two versions installed on the same machine. Would something in my DNN 2.4 setup (web.config or ?) cause this sort of problem?
Thanks for any help.
- will