Trying to install DNN on a Windows XP system. I extracted the files into a directory:
c:\inetpub\wwwroot\DNN
and created the application in the IIS Manager (Clicked Create next to the application name). I had to add the ASPNET user with write access to pass the permission check. All went well, setting up the SQLEXPRESS database. I then got the page to create the super user.
I entered my info and clicked Next. The system processed for a minute or two, then just went to a page with an error:
Server Error in '/DNN' 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: Unrecognized attribute 'multipleSiteBindingsEnabled'. Note that attribute names are case-sensitive.
Source Error:
Line 458: </customBinding> Line 459: </bindings> Line 460: <serviceHostingEnvironment multipleSiteBindingsEnabled="true" /> Line 461: </system.serviceModel> Line 462:</configuration>
|
Source File: c:\inetpub\wwwroot\dnn\web.config Line: 460
Version Information: Microsoft .NET Framework Version:2.0.50727.3634; ASP.NET Version:2.0.50727.3634
Now it's dead. Trying to go to my site - http://localhost/dnn - I see a page with an error:
Domain Name 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:
Any help?
Thanks.