Missing favicon path
- [x] I read and understood how to enable logging
Question / Issue
Very minor issue: If I'm reading this correctly, layout.html does not reference the default favicon in assets, and this causes extra 404's. Welcome.html does include a favicon reference.
Relevant parts of the log file
n/a
we don't do a favicon on the normal pages since it should be your icon, not ours.
True, but it becomes a problem of where exactly you specify it, short of manually copying it to the root of the web server. In a path like /myhostapp/identityserver, myhostapp has no opportunity to set the favicon. The only time it really works well is when the host app is at the root of the web server.
Ok, I'll see what can be done.
To get the favicon.ico working just put it in the root path of the WebAPI project. I don't use the custom layouts yet, but I have my favicon.ico working. (IdentityManager however, this doesn't work at all).