Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8129893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T08:28:41+00:00 2026-06-06T08:28:41+00:00

I recently began working on a large ASP.NET WebForms project. The project was using

  • 0

I recently began working on a large ASP.NET WebForms project.

The project was using the App_Themes directory with a lot of disorganized CSS and image resources.

I discovered that every CSS file in the theme’s directory is loaded whether I want it or not, and they’re all loaded in alphabetical order.

I obviously prefer to have more control and flexibility over my CSS and front-end resources, I moved them all to a separate directory then deleted the entire App_Themes folder.

This seemed like a simple matter of just moving resources, but after deploying to our production server the system soon became unstable and the App Pool was repeatedly crashing.

Restoring the App_Themes directory made the system stable again, but this makes no sense to me. The App_Themes folder, and any possible dependencies it may have, just seems like a strange black box that I cannot figure out and cannot seem to move away from.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T08:28:43+00:00Added an answer on June 6, 2026 at 8:28 am

    App_Themes is one of the “special directories” in ASP.Net. While it may not be required (you won’t see them these days by default), they maybe referenced in configuration (web.config), any skinned controls, Pages, etc. – and perhaps that is why the app was being unstable after you removed the folder (broke all references to it).

    Check for such references – you can (re)move css files from the themes defined so you can start with a blank slate if that is what you want. Unless you can find and remove all the references to theme usage in your app, avoid modifying the directory structure.

    App_Themes can be powerful. You can easily change the look (aka “theme) your entire site simply with one change in web.config

    <system.web>
        <!-- chage this value to "fall" in the Fall -->
        <pages theme="Summer" />
    </system.web>
    

    The “Summer” theme setting above maps to “Summer” subfolder in App_Themes containing the stylesheets/skins of the Summer theme. If you have “Fall” theme, then that maps to same named subfolder in App_Themes…

    Ref: ASP.Net Themes/Skins

    hth

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently began working on a large project that contains a huge number of
I've began working with asp.net mvc very recently and I've ran into a problem.
I've recently begun working on a project regarding GUI building using some form of
I've recently began on working on my first CORBA project. I think I got
I handled several issues recently when working on my company's iOS project using XCode
I've recently begun working on a very large, high traffic website. We would very
I recently began using github and started playing with eclipse's git abilities, using some
I have recently began using C# to invoke powershell scripts, with some success :)
I've recently began using C++ with XCode and I'm starting to miss the integrated
I've recently began working through a C++ Gui Programming with Qt 4 book. However,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.