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

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -