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

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

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

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -