Removing WebResource.axd stylesheet

Posted by Community Admin on 03-Aug-2018 19:45

Removing WebResource.axd stylesheet

All Replies

Posted by Community Admin on 18-Apr-2011 00:00

My site layout is breaking when the Master Page is being loaded through Sitefinity.  I've traced it back to this line in the <head> of the output:

<link href="/Telerik.Web.UI.WebResource.axd?compress=0&_TSM_CombinedScripts_=%3b%3bTelerik.Sitefinity.Resources%2c+Version%3d4.0.1210.0%2c+Culture%3dneutral%2c+PublicKeyToken%3dnull%3aen-US%3a78c5c361-7b1d-4fb8-8ca3-a9e273e832dd%3ad271177c%3adff30785" type="text/css" rel="stylesheet">

I've read this post, which claims that if there are no Rad controls on the page, then this shouldn't be generated.  However, my page is pure HTML, there are no Rad controls and I am not logged into Sitefinity.

Is there a way to exclude this?

Thank you,
-Chris B.


Posted by Community Admin on 18-Apr-2011 00:00

Nevermind, I found a way around this.

Apparently, Sitefinity didn't like the fact that my content div had an ID of "content".  I changed this to "content1" ant it works like a charm.  I'm guessing that the WebResource.axd output has an override for the "content" css class.

This thread is closed