在 AppHarbor 上托管 WCF Web API 应用程序?

发布于 2024-11-10 08:19:53 字数 625 浏览 3 评论 0 原文

我已经实现了一个示例应用程序,例如 此处。这是一个非常基本的应用程序,只是为了开始使用。在我的本地计算机上的 IIS 中,一切工作正常,我也在我的 IIS Express 上运行它,但现在是棘手的部分。我确实想在 AppHarbor 上托管它,但收到 404 错误。我开始了讨论< /a> 在 AppHarbor 的支持论坛上,他们在运行时截取了错误的屏幕截图。 ScreenShot

由于使用了 StaticFile 处理程序,路由似乎出了问题,但我只是猜测。有人有什么建议吗?

I've implemented a sample app like the one here. It is a really basic app just to get things started. Everything works fine in IIS on my local machine, I've got it running on my IIS Express as well, but now come the tricky part. I do want to host this on AppHarbor, but I get 404 error. I've started a discussion on the support forum of AppHarbor, and they have taken a screen shot of the error when they run it. ScreenShot

It seems like it is something wrong with the routing since the StaticFile handler is used, but I'm just guessing. Does anyone have any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

醉酒的小男人 2024-11-17 08:19:53

尝试添加

<system.webServer>
     <modules runAllManagedModulesForAllRequests="true" />
</system.webServer>

到您的 web.config

Try and add

<system.webServer>
     <modules runAllManagedModulesForAllRequests="true" />
</system.webServer>

to your web.config

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文