asp.net - Favicon not visible when debugging but it does show up when deploying to sever -
our favicon won't show while debugging, though show when has been deployed server. cause behavior?
the code use is:
<head> <title>our application name</title> <link rel="icon" type="image/x-icon" href="favicon.ico"/> </head> the image located in our root should have no problem finding it.
edit
this when debugging in ie9, debugging in chrome or firefox shows ico correctly
i suggest debug code fiddler see exact problem. there you'll see if url correct, or if have problem privileges.
Comments
Post a Comment