<p style="text-indent:2em;">问题:网站升级到5.9或者部署5.9全新版本时候出现500.19错误(2008R2一下服务器操作系统)</p> <p style="text-indent:2em;">解决:修改根目录下web.config文中删除如下代码</p> <p style="text-indent:2em;"> <!--IIS初始化(预加载),需要IIS7.5或以上,并在IIS启用“应用程序初始化模式”才有效。--></p> <p style="text-indent:2em;"> <applicationinitialization doappinitafterrestart="true" skipmanagedmodules="false"></applicationinitialization></p> <p style="text-indent:2em;"> <add initializationpage="/Default.aspx"></add></p> <p style="text-indent:2em;"> <add initializationpage="/Government/Index.aspx"></add></p> <p style="text-indent:2em;"> <add initializationpage="/Government/Letter/Index.aspx"></add></p> <p style="text-indent:2em;"> <add initializationpage="/Government/Interview/Index.aspx"></add></p> <p style="text-indent:2em;"> <add initializationpage="/Government/Supervision/Index.aspx"></add></p> <p style="text-indent:2em;"> </p> <p align="center"><img align="" alt="" border="0" height="337" src="$/History/tech/uploadfiles/2018/1/201801091710144595.jpg" width="600" /></p>