WCF Restful 服务 - 图像未显示

发布于 2024-10-22 05:27:22 字数 155 浏览 4 评论 0原文

我有一个宁静的 Web 服务(WCF Rest 服务 termplate 4.0 C# - VS 2010)。该服务运行得很好,但是如果我想在浏览器中显示图像(位于Webservices的根目录中),我什么也看不到......

如果项目在本地主机上运行,​​那就没问题......

I have an restful webservice (WCF Rest service termplate 4.0 C# - VS 2010). The service runs very good, but if I want to show an image in the browser, which is in root directory of webservices, I see nothing...

If the project running on localhost, its allright...

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

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

发布评论

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

评论(1

弄潮 2024-10-29 05:27:22

为您的响应设置 Content-type: image/jpeg 并确保您的响应包含任何二进制数据。但要说更多,提供更多细节

Set Content-type: image/jpeg for your response and ensure that your response contains any binary data. But to say more, provide more details

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