惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
博客园_首页
W
WeLiveSecurity
S
Secure Thoughts
S
Security @ Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Hugging Face - Blog
Hugging Face - Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
H
Hacker News: Front Page
Project Zero
Project Zero
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
U
Unit 42
N
News and Events Feed by Topic
N
News and Events Feed by Topic
Hacker News - Newest:
Hacker News - Newest: "LLM"
Forbes - Security
Forbes - Security
T
Tor Project blog
I
Intezer
B
Blog
F
Full Disclosure
Security Archives - TechRepublic
Security Archives - TechRepublic
F
Fortinet All Blogs
Schneier on Security
Schneier on Security
T
Threat Research - Cisco Blogs
AI
AI
Google DeepMind News
Google DeepMind News
L
LINUX DO - 最新话题
Cloudbric
Cloudbric
L
Lohrmann on Cybersecurity
WordPress大学
WordPress大学
博客园 - 聂微东
雷峰网
雷峰网
P
Privacy International News Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
PCI Perspectives
PCI Perspectives
Y
Y Combinator Blog
Spread Privacy
Spread Privacy
Simon Willison's Weblog
Simon Willison's Weblog
罗磊的独立博客
Vercel News
Vercel News
A
Arctic Wolf
The Register - Security
The Register - Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
H
Heimdal Security Blog
Know Your Adversary
Know Your Adversary
P
Proofpoint News Feed
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed

博客园 - shunliy

使用Aspose.Slides把ppt转换成pdf问题的解决,丢失文本和报IBM437字符集问题 asp.net core 3.1 webapi 跨域解决办法 ORACLE 误删除数据恢复 Xamarin官方示例代码无法部署,提示已跳过部署解决方法 安装完Oracle之后的注意事项 在VS2013中使用水晶报表 ArcObjects10.0MapControl不显示地图内容 ArcObjects10.0引用控件报错 ArcGIS Desktop10.2与CityEngine2012兼容问题 Acess定义过多字段 Oracle解决导入CLOB大字段数据失败的问题 MVC中的几个问题汇总 SQL Network Interfaces error: 26 - 定位指定的服务器/实例时出错 远程登录问题 VS2010不能有System文件夹 删除重复数据 远程桌面不能拷贝文件 cannot load msptls.dll SQLServer中触发器不能批量插入
ServiceStack在IIS7中发布后出现403.14错误
shunliy · 2020-03-12 · via 博客园 - shunliy

最近用ServiceStack开发了一个REST服务,在部署的时候出现了“HTTP 错误 403.14 - Forbidden Web 服务器被配置为不列出此目录的内容”的错误。在IIS7.5以上的服务器部署是没有问题的,在IIS7.0上部署会出现这种问题。如下图:

 

网上的解决方式一般集中在设置起始页上。ServiceStack以AppHost发布出的服务是没有起始页的,所以问题不在起始页上,可能是没有相应的模块和处理程序映射。解决的方式是在处理程序映射里面添加相应的映射。请求路径:*,可执行文件:C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll