I am attempting to upgrade my 4.03.07 ultimatly to 5.04.01... First step from what I have gathered online is to upgrade 4.03.07 to 4.06.02
I performed the following steps:
1) Copied all filed from the "4.06.02 Upgrade" zipfile into my website folder containing verison 4.03.07 (overwriting any files)
2) Renamed "Release.config" to "web.config"
3) Copied both DB Connection Strings from previous web.config file (version 4.03.07) into the new web.config file
4) Copied validationKey & decryptionKey values from previous web.config (Version 4.03.07) into the new web.config file
5) Copied all entries found in previous web.config (Verison 4.03.07) <codeSubDirectory> section into new web.config file
6) Copied databaseOwner & objectQualifier values from previous web.config (Version 4.03.07) SqlDataProvider into new web.config
I then navigated to http://localhost/install/install.aspx?mode=upgrade and recieved the following 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: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. (C:\Websites\OWC\web.config line 71)
Source Error:
Line 69: <httpModules>
Line 70: <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
Line 71: <add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" />
Line 72: <add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules" />
Line 73: <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules" />
Source File: C:\Websites\OWC\web.config Line: 71
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927