Hello,
I have got a problem with DotNetNuke.
I installed DotNetNuke on a Windows 2003 Enterprise Server with a SQL 2005 Server.
Everything worked fine until yesterday.
I am not really shure what was changed on the server, because a lot of people are using the server.
I do think that somebody installed the .NET Framework 3.5 on the maschine.
We are using DotNetNuke 4.07
I get the following error message:
Server Error in '/DotNetNuke' Application.
Configure Error
Description: An error occured during the processing of configuration file required to service this request. Pleasse review the specific errot details below and modify your configuration approprioately.
Parse Error Message: Der Eintrag "ScriptModule" wurde bereits hinzugefügt. (Translation: The entry "ScriptModule" has already been added.)
Source
Line 62: <hhttpModules>
Line 63: <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication! / -->
Line 64: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=... " />
...
I also looked into the web.config file in the root directory of IIS. The version is 3.5 there. I tried to change the version to 3.5 but that didn't work. When I do so (or if I comment out the line), DotNetNuke will start, but a lot of modules don't work right (I cannot create new pages, navigate to pages or open the System configuration page in DotNetNuke).
Does anybody know how to fix this problem?
Greetings
Alexander