You should try using Url.Content() and see if that makes a difference.
Example:
<link href="<%=Url.Content("~/Content/Site.css")%>" rel="stylesheet" type="text/css" />
Kristof Claes
2010-08-12 13:54:56
You should try using Url.Content() and see if that makes a difference.
Example:
<link href="<%=Url.Content("~/Content/Site.css")%>" rel="stylesheet" type="text/css" />