I'm trying to get a new installation of DNN 4.8 to work on my local machine. I have Vista, IIS7, SQL Server 2005 and VS2008 running.
When I build the site in VS2008 everything works just fine. I then make it an application within IIS7 so I can get to it from my main static pages, but it give me the following error:
HTTP Error 500.19 - Internal Server Error
Description: The requested page cannot be accessed because the related configuration data for the page is invalid.
Error Code: 0x800700b7
Notification: BeginRequest
Module: IIS Web Core
Requested URL: http://localhost:80/DOHI
Physical Path: C:\DNN_Web_Dev\DOHI
Logon User: Not yet determined
Logon Method: Not yet determined
Handler: Not yet determined
Config Error: Cannot add duplicate collection entry
Config File: \\?\C:\DNN_Web_Dev\DOHI\web.config
Config Source:
http://go.microsoft.com/fwlink/?Lin...700b7,6000">
More Information... This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error.
Server Version Information: Internet Information Services 7.0.
I have the same configuration for another DNN 4.8 installation in the same directory c:\DNN_Web_Dev\members and it works just fine.
This is the default config file with 4.8 with my SQL information added in.
Any ideas?
Thanks