I have read a bunch of entries both in this and countless other forums concerning this issue: DotNetNuke (5.0.1) on discountasp.net hosting server with IIS6 running.
After a million tries I now turn to you guys for help. I followed the discountasp's own steps : support.discountasp.net/KB/a390/how-to-install-dotnetnuke-4x-on-discountaspnet-servers.aspx and upon completion I try to run "mywebpage.com/dotnetnukeInstall". Firstly it gives me this(after turning of customerrors):
Server Error in '/Community' 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 'ScriptModule' has already been added.
Source Error:
Line 88: <add name="DNNMembership" type="DotNetNuke.HttpModules.Membership.MembershipModule, DotNetNuke.HttpModules" />
Line 89: <add name="Personalization" type="DotNetNuke.HttpModules.Personalization.PersonalizationModule, DotNetNuke.HttpModules" />
Line 90: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> Line 91: </httpModules>
Line 92: <httpHandlers>
|
Source File: E:\web\turbotapega\htdocs\community\web.config Line: 90
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
I googled this finding a dubious solution(I never had to do this before): <remove name=ScriptModule /> just before the second scriptmodule entry in web.config.
This certainly solved the problem above, but gives me this error:
Server Error in '/Community' Application.
Unable to cast object of type 'System.Web.Configuration.ScriptingAuthenticationServiceSection' to type 'System.Web.Configuration.ScriptingAuthenticationServiceSection'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidCastException: Unable to cast object of type 'System.Web.Configuration.ScriptingAuthenticationServiceSection' to type 'System.Web.Configuration.ScriptingAuthenticationServiceSection'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[InvalidCastException: Unable to cast object of type 'System.Web.Configuration.ScriptingAuthenticationServiceSection' to type 'System.Web.Configuration.ScriptingAuthenticationServiceSection'.]
System.Web.Configuration.ScriptingAuthenticationServiceSection.GetConfigurationSection() +39
System.Web.Security.AuthenticationService.EnsureConfigLoaded() +93
System.Web.Handlers.ScriptModule.ShouldSkipAuthorization(HttpContext context) +85
System.Web.Handlers.ScriptModule.AuthenticateRequestHandler(Object sender, EventArgs e) +52
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
Now this I just cant find a solution to and I hope someone here has had the same experience and hopefully you were a bit smarter or/and patient than me.
Thanks to anyone taking time to read this post.
Regards
Espen