locked
SSRS 2008/2012 - How to display favicon In IE Browser RRS feed

  • Question

  • User-1811435679 posted

    Hi,

    we are using SSRS 2012/2008 in projects where we have to display the client logo in the browser through favicon option. I tried by adding the following node within head node in ReportViewer webpage but it didn't work even i have tried by giving the actual machine folder path too but it didn't work it's show IE favicon.

    <head runat="server">
        <title></title>
        <link rel="shortcut icon"href="http://localhost/Temp/Favicon.ico" />
    </head>

     

    Tuesday, May 10, 2016 6:05 PM

Answers

  • User-219423983 posted

    Hi windows_mss,<!--?xml:namespace prefix = "o" ns = "urn:schemas-microsoft-com:office:office" /--><o:p></o:p>

    I have made a test on my client with below code and it works fine. Besides, you should make sure the .ico file could be accessed normally.<o:p></o:p>

    <link rel="icon" href="http://www.example.com/favicon.ico" type="image/x-icon" />
    <link rel="shortcut icon" href="http://www.example.com/favicon.ico" type="image/x-icon" />

    http://stackoverflow.com/questions/122067/favicon-not-working-in-ie<!--?xml:namespace prefix = "o" ns = "urn:schemas-microsoft-com:office:office" /--><o:p></o:p>

    Best Regards, <o:p></o:p>

    Weibo Zhang<o:p></o:p>

     

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Wednesday, May 11, 2016 8:59 AM

All replies

  • User-286291038 posted

    setting favicon in IE is a nightmare. Had to set favicon once for a new website. It worked in all the browsers except IE. We tried all the suggestions we could find regarding how to set up favicon in IE from the web, but nothing actually worked properly. So, I would suggest just making sure your favicon works in other good standard compliant browsers such as Chrome and Firefox and not worry too much about IE.

    Tuesday, May 10, 2016 6:28 PM
  • User-219423983 posted

    Hi windows_mss,<!--?xml:namespace prefix = "o" ns = "urn:schemas-microsoft-com:office:office" /--><o:p></o:p>

    I have made a test on my client with below code and it works fine. Besides, you should make sure the .ico file could be accessed normally.<o:p></o:p>

    <link rel="icon" href="http://www.example.com/favicon.ico" type="image/x-icon" />
    <link rel="shortcut icon" href="http://www.example.com/favicon.ico" type="image/x-icon" />

    http://stackoverflow.com/questions/122067/favicon-not-working-in-ie<!--?xml:namespace prefix = "o" ns = "urn:schemas-microsoft-com:office:office" /--><o:p></o:p>

    Best Regards, <o:p></o:p>

    Weibo Zhang<o:p></o:p>

     

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Wednesday, May 11, 2016 8:59 AM