07-19-2023, 07:44 PM
The favicon.ico is the only place where .ico files are effectively used in the web, more for historical reasons than anything else. If you copy a file named favicon.ico to the wwwroot folder, IntraWeb will serve it as the icon for your application, if the browser requests it (the browser requests for it automatically, there is no need to specify that in your HTML).

