.Net异常:The Web server is configured to not list the contents of this directory.
2022/2/5 23:42:57
本文主要是介绍.Net异常:The Web server is configured to not list the contents of this directory.,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
阅文时长 | | 0.76分钟 | 字数统计 | | 1231.2字符 |
主要内容 | | 1、引言&背景 2、解决方案 3、声明与参考资料 | ||
『.Net异常:The Web server is configured to not list the contents of this directory.』 | |||
编写人 | | SCscHero | 编写时间 | | 2022/2/5 PM4:53 |
文章类型 | | 系列 | 完成度 | | 已完成 |
座右铭 | 每一个伟大的事业,都有一个微不足道的开始。 |
一、引言&背景 完成度:100%
a) 应对问题
在修改了Debug > General > "Open debug launch profies UI" > IIS Express > App URL的设置后。发现原来可用的Swagger路由跳转变得不可用了,把App URL的设置还原后还是不可用。代码没有任何修改,只动过启动URL。
详细异常如下:
HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory. Most likely causes: A default document is not configured for the requested URL, and directory browsing is not enabled on the server. Things you can try: If you do not want to enable directory browsing, ensure that a default document is configured and that the file exists. Enable directory browsing. Go to the IIS Express install directory. Run appcmd set config /section:system.webServer/directoryBrowse /enabled:true to enable directory browsing at the server level. Run appcmd set config ["SITE_NAME"] /section:system.webServer/directoryBrowse /enabled:true to enable directory browsing at the site level. Verify that the configuration/system.webServer/directoryBrowse@enabled attribute is set to true in the site or application configuration file. Detailed Error Information: Module DirectoryListingModule Notification ExecuteRequestHandler Handler StaticFile Error Code 0x00000000 Requested URL https://localhost:44345/swagger/ Physical Path C:\LIST.MeGitCloud List\UFQI_015_SCscBlogMSAPP\ Logon Method Anonymous Logon User Anonymous More Information: This error occurs when a document is not specified in the URL, no default document is specified for the Web site or application, and directory listing is not enabled for the Web site or application. This setting may be disabled on purpose to secure the contents of the server. View more information "
且会造成一系列连锁异常反应。
b) 应用场景
- 使用VisualStudio的IDE,且更改过App URL的设置。
- 使用IIS的启动方式。
二、解决方案 完成度:100%
最终RootCause为VS或IIS的BUG。删除.vs[AppName]\config\applicationhost.config文件即可。
三、声明与参考资料 完成度:100%
原创博文,未经许可请勿转载。
如有帮助,欢迎点赞、收藏、关注。如有问题,请评论留言!如需与博主联系的,直接博客私信SCscHero即可。
这篇关于.Net异常:The Web server is configured to not list the contents of this directory.的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2022-03-01沐雪多租宝商城源码从.NetCore3.1升级到.Net6的步骤
- 2024-12-06使用Microsoft.Extensions.AI在.NET中生成嵌入向量
- 2024-11-18微软研究:RAG系统的四个层次提升理解与回答能力
- 2024-11-15C#中怎么从PEM格式的证书中提取公钥?-icode9专业技术文章分享
- 2024-11-14云架构设计——如何用diagrams.net绘制专业的AWS架构图?
- 2024-05-08首个适配Visual Studio平台的国产智能编程助手CodeGeeX正式上线!C#程序员必备效率神器!
- 2024-03-30C#设计模式之十六迭代器模式(Iterator Pattern)【行为型】
- 2024-03-29c# datetime tryparse
- 2024-02-21list find index c#
- 2024-01-24convert toint32 c#