Share the App_Themes folder between multiple sites
-
We have an ASP.NET 3.5 site that uses themes and skins for handling css and images. Now we are about to create a new site that should have a common look and feel and I like to share the App_Themes between the sites so that they always will have the same look. Anyone that have any experience in this topic?
_____________________________ ...and justice for all
-
We have an ASP.NET 3.5 site that uses themes and skins for handling css and images. Now we are about to create a new site that should have a common look and feel and I like to share the App_Themes between the sites so that they always will have the same look. Anyone that have any experience in this topic?
_____________________________ ...and justice for all
Answer is Global Themes A global theme is a theme that you can apply to all websites on a server. They are much alike to Page themes except that their scope is set at server level. we need to add <pages> element with Theme attribute in Machine.config file which defines global theme for whole server. *- Google for more information and implementation. :)
-
We have an ASP.NET 3.5 site that uses themes and skins for handling css and images. Now we are about to create a new site that should have a common look and feel and I like to share the App_Themes between the sites so that they always will have the same look. Anyone that have any experience in this topic?
_____________________________ ...and justice for all
This is C# Forum so I Recommend you to move your question to
ASP.net Forum
for better response. :)modified on Wednesday, December 29, 2010 10:46 PM
-
Answer is Global Themes A global theme is a theme that you can apply to all websites on a server. They are much alike to Page themes except that their scope is set at server level. we need to add <pages> element with Theme attribute in Machine.config file which defines global theme for whole server. *- Google for more information and implementation. :)
Interesting! Do you have practical experience in how this is set up with projects in Visual Studio. Most developers should not have to bother about styles and images but need to be able to run the whole site locally.
_____________________________ ...and justice for all