Web.config文件里面加入
<configSections>
<section name="system.webServer" type="System.Configuration.IgnoreSectionHandler,System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</configSections>
原文:https://www.cnblogs.com/macT/p/11660400.html