I have successfully (so far) set up a DNN site and running it under a temporary www-address (www.fivestarcity.org). I moved this address from my old web host because they had no support for MsSQL. That worked fine.
Now it is time to add the alias for my real www-address (www.vipstory.se which has also been moved from the old host) to be set into use. I got it updated in the DNS registry and it points to my new host (tested with a regular HTML-document in a folder). But when I redirect it to the folder where DNN is located at the host and add the alias in the setting for that portal in Host I get an error message:
Parser Error Message: Unrecognized attribute 'requirePermission'.
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" />
The thing is that I have successfully added another alias to the portal (
www.fivestarcity.net) which is working just fine, and that one has been added at exactly the same way as vipstory.se in the portal alias setting in DNN!?!
I even have another portal with another www-address that works (
www.fivestarcity.com) from the same DNN installation.
What could be wrong? The webhost says everything looks fine in the DNS registry for the domain name. I am clueless at the moment. Anyone else having problems with this? (I am using DNN 4.02 and my host has MsSQL 2005 Server).
/Sölve