I am receiving the error below. I am attempting to install 4.8.4 Source Package on Server 2003, IIS6, VS2008, SQL Server 2005. Has anyone seen this problem? Some of my web.config settings:
<
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() +42 System.Web.Security.AuthenticationService.EnsureConfigLoaded() +91 System.Web.Handlers.ScriptModule.ShouldSkipAuthorization(HttpContext context) +93 System.Web.Handlers.ScriptModule.AuthenticateRequestHandler(Object sender, EventArgs e) +59 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
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.
[InvalidCastException: Unable to cast object of type 'System.Web.Configuration.ScriptingAuthenticationServiceSection' to type 'System.Web.Configuration.ScriptingAuthenticationServiceSection'.] System.Web.Configuration.ScriptingAuthenticationServiceSection.GetConfigurationSection() +42 System.Web.Security.AuthenticationService.EnsureConfigLoaded() +91 System.Web.Handlers.ScriptModule.ShouldSkipAuthorization(HttpContext context) +93 System.Web.Handlers.ScriptModule.AuthenticateRequestHandler(Object sender, EventArgs e) +59 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64