While testing in visual studio all work good, but when I am deployed in iis it doesn't show image what's the cause of a problem? even when i test it on iis express through WebMatrix it work but not worked in iis.
2 Answers
Make sure that the Static Content feature is installed on the Web Server under the Role Services of IIS ---> Common HTTP Features.
The problem may be that IIS is not serving Static Content, check this link: http://adilmughal.com/blog/2011/11/iis-7-not-loading-css-and-image/
open in new taband check if image path is correct.