I am trying to make customized tiles for windows 8 IE 11 based on this document: https://msdn.microsoft.com/library/dn320426(v=vs.85).aspx
It says " If a webpage does not specify a browser configuration file, IE11 automatically looks for "browserconfig.xml" in the root directory of the server"
I've configured browserconfig.xml to the root of my website, but without adding
<metaname="msapplication-config"content="IEconfig.xml"/>
The proper tiles don't show up. I don't want to clutter my page with this line since there are over 100 pages. How can I make the auto-detection of browserconfig.xml work? Is there a workaround?