<link href="<%=this.faviconURL %>" type="image/x-icon" rel="icon" />
It will literally print out '
<link href="%3C%25=this.faviconURL%20%25%3E" type="image/x-icon" rel="icon" />
It's as if the runtime is taking the link tag literally and refusing to do any sort of substitution. Can someone explain why this is happening? I would really prefer not using web controls for this.