In Pinning a website in Windows 8/IE10, the msapplicaiton-starturl appears to not do anything, is this a known issue or something wrong on my part?
<meta name="msapplication-tooltip" content="Name Services" />
<meta name="msapplication-window" content="width=1024;height=768" />
<meta name="msapplication-navbutton-color" content="#202f46" />
<meta name="msapplication-TileColor" content="#202f46" />
<meta name="msapplication-TileImage" content="/App_Themes/Standard/_images/icon.png" />
<meta name="msapplication-starturl" content="https://domain.name.com/" />
So it always uses whatever the current url is when it is pinned, rather than whatever I specify in the starturl.
Gray Knight