<link rel="stylesheet" type="text/css" href="<%= ResolveUrl("~/mystyle.css") %>"></link>
I see this advised often and I'm just wondering. Why not a simple
<link rel="stylesheet" type="text/css" href="/mystyle.css"></link>
Go to the complete details ...