batch compilation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Wei

    #1

    batch compilation

    Hello,

    Does anyone know how to turn on "batch compilation" of
    ASP.NET application ?

    Though by default I think the asp pipeline should compile
    in batch mode, yet I set
    <compilation defaultLanguage ="C#" debug="true"
    batch="true" batchTimeout="1 20"
    maxBatchSize="9 999"
    maxBatchGenerat edFileSize="999 9"
    numRecompilesBe foreAppRestart= "15" />

    in the web.config or machine.config , but it still doesn't
    work.
    I get delays for each page first time accessed
    and separete dll's are generated in "Temporary ASP.NET
    Files" folder for each page.

    Any one know why this happens? Am I wrong?

    Thanks,

    Wei

Working...