do membershipproviders asp.net mvc impact stylesheet links?
i altered membershipprovider asp.net mvc website, stylesheet login page isn't referenced correctly. next duplicate forms add-on web.config reason. looks relating nonetheless generated new digest difference name timeout attribute.
<authentication mode="forms">
<forms loginurl="~/account/login" name=".adauthcookie" timeout="10" />
</authentication>
when i revisit page now, couple add-on css looks this:
<link href="../content/site.css" rel="stylesheet" type="text/css" />
when should feeling this:
<link href="../../content/site.css" rel="stylesheet" type="text/css" />
Comments
Post a Comment