First, sorry if this is answered elsewhere, I've browsed other threads and help but not been able to catch the requirements...
I'm wanting to have two completey different portals using the same DNN installation. From my reading it seems possible, but I can't get it to happen for me.
So I have my own domain mydomain.net (with DNN successfully running in mydomain.net/dnn) and I was (initially) wanting to put this other portal in a sub domain, subdomain.mydomain.net (it will eventually get it's own domain otherdomain.net).
The subdomain is set up OK (I think)
When I create the portal I get errors:
Error: Site Settings is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The parameter 'roleName' must not be empty. Parameter name: roleName ---> System.ArgumentException: The parameter 'roleName' must not be empty. Parameter name: roleName at Microsoft.ScalableHosting.Security.SecUtility.CheckParameter(String& param, Boolean checkForNull, Boolean checkIfEmpty, Boolean checkForCommas, Int32 maxSize, String paramName) at Microsoft.ScalableHosting.Security.Roles.GetUsersInRole(String roleName) at DotNetNuke.Security.Roles.RoleController.GetUsersInRole(Int32 PortalID, String RoleName) at DotNetNuke.Modules.Admin.PortalManagement.SiteSettings.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---