Monday, February 10, 2020

an unhandled exception of type 'system.typeinitializationexception' occurred in c# (or) web.config

Solution: Check once the web.config file. Case sensitive Issue

<configsections> to <configSections>
<appsettings> to <appSettings>