Skip to content

Instantly share code, notes, and snippets.

@tors
Created October 7, 2019 21:30
Show Gist options
  • Save tors/4248b6cfde596e4fdaa562eb6cc6aa1a to your computer and use it in GitHub Desktop.
Save tors/4248b6cfde596e4fdaa562eb6cc6aa1a to your computer and use it in GitHub Desktop.
<!--
[System.ArgumentException]: Key duplication when adding: sessionState
at System.Collections.Hashtable.PutImpl (System.Object key, System.Object value, Boolean overwrite) [0x00000] in <filename unknown>:0
at System.Collections.Hashtable.Add (System.Object key, System.Object value) [0x00000] in <filename unknown>:0
at System.Collections.Specialized.NameObjectCollectionBase.BaseAdd (System.String name, System.Object value) [0x00000] in <filename unknown>:0
at System.Collections.Specialized.NameObjectCollectionBase.BaseSet (System.String name, System.Object value) [0x00000] in <filename unknown>:0
at System.Configuration.ConfigurationSectionCollection.get_Item (System.String name) [0x00000] in <filename unknown>:0
at System.Configuration.Configuration.GetSection (System.String path) [0x00000] in <filename unknown>:0
at System.Web.Configuration.WebConfigurationManager.GetSection (System.String sectionName, System.String path, System.Web.HttpContext context) [0x00000] in <filename unknown>:0
at System.Web.Configuration.WebConfigurationManager.GetSection (System.String sectionName) [0x00000] in <filename unknown>:0
at System.Web.SessionState.SessionStateModule.Init (System.Web.HttpApplication app) [0x00000] in <filename unknown>:0
at System.Web.Configuration.HttpModulesSection.LoadModules (System.Web.HttpApplication app) [0x00000] in <filename unknown>:0
at System.Web.HttpApplication.InitOnce (Boolean full_init) [0x00000] in <filename unknown>:0
-->'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment