I have a web.config
file which is quite large in my current solution running on IIS7.
It's working perfect on my dev server however I encounter the error 0x80070032
"Config Error Cannot read configuration file because it exceeds the maximum file size"
My current solution uses a very large web.config
file. The architecture of my CMS application requires a large number of configuration settings.
Is there some way to extend this size limit or can I split the web.config
file down into smaller files?