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>