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