08 2018 档案

摘要:打开:fun+R > inetmgr 2.重启iis :fun+R >iisreset 阅读全文
posted @ 2018-08-09 16:33 xubenhua 阅读(342) 评论(0) 推荐(0)
摘要:IIS修改方案: 1. 修改IIS的applicationhost.config 打开 %windir%\system32\inetsrv\config\applicationhost.config 找到: <requestFiltering>节点, 这个节点默认没有 <requestLimits 阅读全文
posted @ 2018-08-08 18:49 xubenhua 阅读(247) 评论(0) 推荐(0)
摘要:1.在webconfig中配置 <system.webServer> <modules runAllManagedModulesForAllRequests="true" runManagedModulesForWebDavRequests="true" > <remove name="WebDAV 阅读全文
posted @ 2018-08-08 18:04 xubenhua 阅读(267) 评论(0) 推荐(0)