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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T16:02:27+00:00 2026-06-02T16:02:27+00:00

Say we have a few developers working on an ASP server. Occasionally a page

  • 0

Say we have a few developers working on an ASP server. Occasionally a page will cause a compile error (but it is site-wide). This is especially annoying if one of us hits save before going to lunch and nobody else can work on their own aspx pages.

Any settings to allow for page specific compiling only, or is the nature of the w3c service such that all assemblies have to compiled (application-wide)?

  • 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-02T16:02:33+00:00Added an answer on June 2, 2026 at 4:02 pm

    You have pre-compilation enabled. If you turn it off, the pages will only be parsed and compiled on first request, I guess that’s what you want!

    Precompilation is done by AspNetCompiler. If that is not triggered by a custom build process, it’s likely in the .csproj file. How exactly it looks may vary by project type.

    Here is how it looks in a MVC 3.0 Web Role:

    <!-- no precompilation here! -->
    <MvcBuildViews>false</MvcBuildViews>
    
    <!-- here's the setup for AspNetCompiler...-->
    <Target Name="MvcBuildViews" AfterTargets="AfterBuild"
    Condition="'$(MvcBuildViews)'=='true'">
    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" /> 
    </Target>
    

    More on AspNetCompiler:
    http://msdn.microsoft.com/en-us/library/ms164291.aspx

    Normally, pre-compilation is turned off by default. This setting is also useful if you actually WANT full checking of all the views’ code.

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

Sidebar

Related Questions

I have heard a few developers recently say that they are simply polling stuff
Let's say that I have a site where once the user selects a few
Say you have a few DropDownLists that filter data: Car Make: [Ford,Chevrolet,etc] Car Year:
Say I have a few string like Hi my name is <Name> Hi <name>,
Lets say I have a few utility functions in file tests/utils/functions.js. I would like
Say I have a core data model with a few entities and, throughout the
I have a few text boxes and buttons on my form. Lets say txtBox1
I say project file in the loosest sense. I have a few python projects
I'm progamming in javascript/jQuery. Say, I have an array with includes a few number
Recently I've been working a little with MongoDB and I have to say I

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.