1 <system.webServer> 2 <modules runAllManagedModulesForAllRequests="true" /> 3 <directoryBrowse enabled="true" /> 4 </system.webServer>
没有为请求的 URL 配置默认文档,并且没有在服务器上启用目录浏览。
原文:http://www.cnblogs.com/wuhailong/p/7457171.html