Portal Alias

Last post 12-22-2005 2:38 PM by tango_elturco. 1 replies.

Sort Posts:

  • Portal Alias

    12-22-2005, 1:25 PM

    I installed DNN 3 (don't know the detailed number of version but not 3.0) to a remote server.

    I am getting following error when I visit my site.

    <------

    DotNetNuke Configuration Error

    Domain Name "www.xxxxxxx.com" Does Not Exist In The Database

    DotNetNuke supports multiple portals from a single database/codebase. It accomplishes this by converting the URL of the client browser Request to a valid PortalID in the Portals database table. The following steps describe the process:

    -------->

    I created  records in PortalAliases and Portal  tables. In Portal table PortalID 0 and PortalName is my domain name. In Portal aliases table I added my domain name as HTTPAlias and PortalID 0.

    Since I get this error I changed my HTTPAlias to several other option  like IPAddress/mydomainname or just IPAddress.

     

    What can I do  to solve the problem????

     

    Thanks

     


     

  • Solved

    12-22-2005, 2:38 PM

    I found the reason for this error. To be able to set DNN 3.2.0 I had changed a key in web.config

    <add key="UseDnnConfig" value="false" />. Apparently this should be

     <add key="UseDnnConfig" value="true" />.

     

    Thanks

Page 1 of 1 (2 items)