Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Share the App_Themes folder between multiple sites

Share the App_Themes folder between multiple sites

Scheduled Pinned Locked Moved C#
csharpcssasp-netquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    anderslundsgard
    wrote on last edited by
    #1

    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

    R R 2 Replies Last reply
    0
    • A anderslundsgard

      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

      R Offline
      R Offline
      Ravi Sant
      wrote on last edited by
      #2

      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. :)

      A 1 Reply Last reply
      0
      • A anderslundsgard

        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

        R Offline
        R Offline
        RaviRanjanKr
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        • R Ravi Sant

          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. :)

          A Offline
          A Offline
          anderslundsgard
          wrote on last edited by
          #4

          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

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups