Unable to access SQL reporting services on shared site with Themes enabled

Posted by Grant on Stack Overflow See other posts from Stack Overflow or by Grant
Published on 2010-06-01T11:16:48Z Indexed on 2010/06/01 11:23 UTC
Read the original article Hit count: 209

Hi, i am having some trouble with my IIS web server & SQL reporting services.

At the current time my site is playing host to both reporting services (/reports & /reportserver) as well as my personal website (domain.com)

Only just recently have i implemented a Theme on my site and as such i have placed a statement in my web.config file directing it to apply a certain theme in the following manner

<pages styleSheetTheme="General">

Because of this when i try to access the report pages it failed telling me it couldnt find the Theme so what i did was locate the source files for the /reports & /reportserver directories and place the App_Theme folder in them hoping that would sort everything out.

What i am getting now is the following error

*Using themed css files requires a header control on the page. e.g. head runat="server" *

Does anyone know how i can get around this? Do i have to hack the sql reporting aspx pages? Please note i do NOT want to remove the web.config declaration.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about sql