Additional sections in ASP.NET web.config file error -


i have legacy asp.net web site, upgraded asp.net 2.0 asp.net 4.0 target framework. it's pity, old web.config file uses many custom sections, positioned on same level appsettings.

web site compiles error "unrecognized configuration section mycustomsection". possible not refactor code , keep custom config sections in web.config file?

have added mycustomsection configsections?

<configsections> <section name="mycustomsection"... /> </configsections> 

Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -