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 6116669
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:13:58+00:00 2026-05-23T15:13:58+00:00

DotNetNuke is a large ASP.NET CMS which is mostly pre-compiled, as are most of

  • 0

DotNetNuke is a large ASP.NET CMS which is mostly pre-compiled, as are most of the modules contained within.

When we deploy our DotNetNuke site changes, we have two bits of recompilation that occur upon the first page hit.

  1. Application-level recompilation that occurs when a DLL is replaced in the bin folder
  2. Each time an individual module is accessed for the first time, some recompiling occurs on that specific module.

Is there a way to allocate more of the CPU capacity to compiling asp.net sites in IIS 7?

  • I’d like to use more than one core, or at least do something to reduce recompile time.

Q&A

You should use pre-compiled ASP.NET. Why aren’t you?

  • We are using pre-compiled ASP.NET. Just because an ASP.NET app is compiled into a DLL does not mean that the ASP.NET runtime will not do additional recompiling in order to serve it to vistiors.

How do you know it’s recompiling and not populating the cache or something?

  • Viewing the task manager on the server shows 50% CPU usage by the compiler executable during the aforementioned page hits. Why 50%? 2-core server.
  • 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-05-23T15:13:59+00:00Added an answer on May 23, 2026 at 3:13 pm

    Set <compilation optimizeCompilations="true" />

    Specifies whether dynamic compilation will recompile an entire site if a top-level file is changed. Top-level files include the Global.asax file and all files in the Bin and App_Code folders. If True, only changed files are recompiled.

    Source: compilation Element (ASP.NET Settings Schema)

    More information about the pros and cons can be found at Understanding ASP.NET Dynamic Compilation, under Optimizing Dynamic Compilation. The primary cause of errors are removal or changes in existing method signatures, causing already compiled pages to throw a MissingMethodException until they are recompiled.

    You could also look into reducing the batch size for batch compilation, or disable it completely. I believe this will reduce compilation times for single pages, but generate more assemblies and consume more memory.

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

Sidebar

Related Questions

My team is starting a brand new ASP.NET solution which will probably become large.
I have an ASP.Net 2.0 web site, using the DotNetNuke framework (4.09), and it
I am new to dotnetnuke and asp.net altogether. I need to create a module
hey guys, i am using asp.net 2.0 and dotnetnuke 5.6, and using a crossarticle
Application frameworks such as DotNetNuke, Eclipse, Websphere and so forth are available today which
Does anyone have any quality resources for some free (or cheap) DotNetNuke skins? Most
My company is redesigning our intranet site and decided to go with DotNetNuke as
I have around ~40 custom modules and a custom skin on a DotNetNuke site
I'm designing an ASP.NET application that must support 'SubSites'. The idea is to have
Short version: How do I incorporate my custom ASP.NET/VB.NET stuff into a DNN site?

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.