开发者

WCF Restful service - image not showing

开发者 https://www.devze.com 2023-02-17 03:40 出处:网络
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

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 runnin开发者_StackOverflow中文版g on localhost, its allright...


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

0

精彩评论

暂无评论...
验证码 换一张
取 消