I started a fresh installation of dotnetnuke 4.08.02. I did exactly what the manual instructs but when i am clicking the install.aspx file to start the installation the following error occurs:
Server Error in '/Dotnetnuke' 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: The entry 'UrlRewrite' has already been added.
Source Error:
Line 98: <add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" />
Line 99: <add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules" />
Line 100: <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules" />
Line 101: <add name="Exception" type="DotNetNuke.HttpModules.Exceptions.ExceptionModule, DotNetNuke.HttpModules" />
Line 102: <add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnline.UsersOnlineModule, DotNetNuke.HttpModules" />
Source File: C:\inetpub\wwwroot\Dotnetnuke\web.config Line: 100
Before that there was an error about a folder 'Reports' that couldnt be found:
Server Error in '/Dotnetnuke' 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: The code subdirectory '/Dotnetnuke/App_Code/Reports/' does not exist.
Source Error:
Line 88: </buildProviders>
Line 89: <codeSubDirectories>
Line 90: <add directoryName="Reports" />
Line 91: </codeSubDirectories>
Line 92: </compilation>
Source File: C:\inetpub\wwwroot\web.config Line: 90
So i created a folder reporst at the directory that the error said and the first configuration error popped up.
Do you know what exactly is wrong here? I am desperate because i have tried eveything and seems nothing to work......:(