The generic 1and1 instructions are based on a simple plan for one business site and I can say that in that environment they work fine.
I have the developers package which allows many sites. Although I am encountering other problems I did get past the initial one where my <customErrors mode="Off" /> was not being honored by copying the web.config file to the root directory of 1and1. I originally created a "DNN" directory and installed DNN 3.2.2 in it. I pointed www.xxx.com at the "DNN" directory using the 1and1 control panel. I could not get the package to install using http://www.xxx.com. I had to first use the http://s123456.onlinehome.us/dnn to get the package installed. It did install and is accessable using the http://s123456.onlinehome.us/dnn URL. This is fine but I want real URL's to be setup.
I then created an alias for the first portal with the http://www.xxx.com URL. Now when I access the site I get the following error:
=====================
Server Error in '/' 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: File or assembly name DotNetNuke.HttpModules.UrlRewrite, or one of its dependencies, was not found.
Source Error:
Line 43: <!-- HttpModules for Common Functionality -->
Line 44: <httpModules>
Line 45: <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite" />
Line 46: <add name="Exception" type="DotNetNuke.HttpModules.ExceptionModule, DotNetNuke.HttpModules.Exception" />
Line 47: <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
|
Source File: E:\kunden\homepages\37\d116827702\web.config Line: 45
Assembly Load Trace: The following information can be helpful to determine why the assembly 'DotNetNuke.HttpModules.UrlRewrite' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = DotNetNuke.HttpModules.UrlRewrite
(Partial)
LOG: Appbase = file:///E:/kunden/homepages/37/d116827702
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: DotNetNuke.HttpModules.UrlRewrite
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/d376801f/3f41b8a1/DotNetNuke.HttpModules.UrlRewrite.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/d376801f/3f41b8a1/DotNetNuke.HttpModules.UrlRewrite/DotNetNuke.HttpModules.UrlRewrite.DLL.
LOG: Attempting download of new URL file:///E:/kunden/homepages/37/d116827702/bin/DotNetNuke.HttpModules.UrlRewrite.DLL.
LOG: Attempting download of new URL file:///E:/kunden/homepages/37/d116827702/bin/DotNetNuke.HttpModules.UrlRewrite/DotNetNuke.HttpModules.UrlRewrite.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/d376801f/3f41b8a1/DotNetNuke.HttpModules.UrlRewrite.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/d376801f/3f41b8a1/DotNetNuke.HttpModules.UrlRewrite/DotNetNuke.HttpModules.UrlRewrite.EXE.
LOG: Attempting download of new URL file:///E:/kunden/homepages/37/d116827702/bin/DotNetNuke.HttpModules.UrlRewrite.EXE.
LOG: Attempting download of new URL file:///E:/kunden/homepages/37/d116827702/bin/DotNetNuke.HttpModules.UrlRewrite/DotNetNuke.HttpModules.UrlRewrite.EXE.
|
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
=====================
It is my intention to create many portals using abcd.xxx.com, efgh.xxx.com for each line of business. I just cant get over the intials one. Any suggestions would be appreciated.
Mark