This is a migrated thread and some comments may be shown as answers.

Menu rendered as bulleted list if RadStyleSheetManager is used

1 Answer 80 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Edwin
Top achievements
Rank 1
Edwin asked on 21 Nov 2008, 03:08 AM
I have a RadMenu in my master page.  The RadMenu used skin "Outlook".  Everything is fine until I added a RadStyleSheetManager in the master page. The RadMenu is rendered as a bullet list when it is run under IIS.  Strangely, it is rendered correctly if I run the site inside Visual Studio.  If I commented out the RadStyleSheetManager, then everything is OK again.

What can be wrong in this case?

Edwin

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 21 Nov 2008, 09:09 AM
Hello Edwin,

Most probably the problem is caused by the Telerik.Web.UI.WebResource.axd handler registration for IIS7. Please add this line

<add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2008.3.1105.0, Culture=neutral, PublicKeyToken=121fae78165ba3d4" verb="*" preCondition="integratedMode" /> 

to the <system.webServer><handlers> section in the web.config.

Sincerely yours,
Paul
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Menu
Asked by
Edwin
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or