G
Guest
I have an application that works fine on localhost, but when it is deployed
to a production server, I get the following error:
Using themed css files requires a header control on the page. (e.g. <head
runat="server" />).
I am using themes and a single Master Page for the application, with the
theme being set globally in the web.config file <page theme="xxx" /> is, off
the top of my head, the markup, though don't quote me on that. ;-)
I don't get this error locally, and don't understand really what the problem
is. I am not able to add the <head> tag directly into the pages (this gives
me a validation error), and it is clearly marked in the master page,
including the runat="server" attribute.
Any ideas? I'm supposed to deploy this site by tommorow morning, sigh. ;-(
Christophe
to a production server, I get the following error:
Using themed css files requires a header control on the page. (e.g. <head
runat="server" />).
I am using themes and a single Master Page for the application, with the
theme being set globally in the web.config file <page theme="xxx" /> is, off
the top of my head, the markup, though don't quote me on that. ;-)
I don't get this error locally, and don't understand really what the problem
is. I am not able to add the <head> tag directly into the pages (this gives
me a validation error), and it is clearly marked in the master page,
including the runat="server" attribute.
Any ideas? I'm supposed to deploy this site by tommorow morning, sigh. ;-(
Christophe