I have a website using DotNetNuke, and after a few days running normally it started to return "Internal Server Error" for any request, including images or any other file type. After some investigation, I noticed that web.config file size had exceeded the maximum allowed size, due to several upgrade comments added by DotNetNuke. Replacing web.config with the original "clean " version solved the problem temporarily, but DNN is still writing those comments until reach the size limit.
Does anyone knows a way to change/disable this behavior, so I don't have to almost-daily clean my web.config? Thanks in advance!