473,378 Members | 1,679 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

batch compilation

Wei
Hello,

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="vb" debug="false"
strict="false"
explicit="true" batch="true" batchTimeout="120"
maxBatchSize="9999"
maxBatchGeneratedFileSize="9999"
numRecompilesBeforeAppRestart="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
Nov 17 '05 #1
1 2671
Wei
-----Original Message-----
Hello,

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="vb" debug="false"
strict="false"
explicit="true" batch="true" batchTimeout="120"
maxBatchSize="9999"
maxBatchGeneratedFileSize="9999"
numRecompilesBeforeAppRestart="15" />

in the web.config or machine.config , but it still doesn'twork.
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
.


Though I am using C# which is different from the one set
for the compilation attribute(vb), yet I don't think this
is the issue.
Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: julio | last post by:
Hi, I need some article about performing pre-batch compilation. Can any help with this topic and find this articles? Tia Julio
6
by: Charles Neitzel | last post by:
I'm trying to write a windows application in C# (Using Microsoft Visual C# 2005 Express) that is nothing more than a simple UI with buttons on it. The buttons do various things like running...
1
by: Charles | last post by:
I'm trying to write a windows application in C# (Using Microsoft Visual C# 2005 Express) that is nothing more than a simple UI with buttons on it. The buttons do various things like running...
0
by: Wei | last post by:
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...
1
by: Rick | last post by:
I am testing out the compilation options in web.config to batch-compile each directory. It doesn't appear to behaving as expected. It looks like there is not any batch compiling happening at all...
0
by: julio | last post by:
Hi, I need some article about performing pre-batch compilation. Can any help with this topic and find this articles? Tia Julio
0
by: Ryan L. Schoolman | last post by:
I have an application that consists of about 100+ pages/usercontrols combined and when I have batch=true or not defined I get a lost of session once the compilation cycle happends to compile all of...
1
by: Luc The Perverse | last post by:
Hello! You may remember me as the guy who's trying to learn C# and using that old version 2003 of visual studio. (Although free version of command line .NET compiler is available, so if some new...
4
by: Ronny | last post by:
I have a mixed solution -most of its projects are in C# and some are in C++?MFC. Problem is that when I compile the solution with batch build the MFC files end up wit compilation errors, but if I...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.