Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 asp.net webapi v0.6.0 我在启动时收到该错误。为该站点启用了 asp.net 兼容性。我已经尝试修复它几天了,坦率地说,我什至不知道从哪里开始。
任何帮助,将不胜感激
尝试将以下内容添加到 web.config 中的 system.servicemodel
<serviceHostingEnvironment aspNetCompatibilityEnabled="true"/>