DNN newbie. I'm hitting a wall on this one, can't find these objects and methods in Install or Install Wizard. I believe I have followed the various configuration guides, including Sellers'.
The install produces no output screen, blows on:
"System.InvalidCastException: Unable to cast object of type 'System.Web.Configuration.ScriptingAuthenticationServiceSection' to type
'System.Web.Configuration.ScriptingAuthenticationServiceSection"
DNN 5.0.1 Install version, new install, Vista, IIS 7.0, SQL Express 2008. Stack trace is:
[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() +64
System.Web.Handlers.ScriptModule.ShouldSkipAuthorization(HttpContext context) +82
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
Help would be appreciated.