473,434 Members | 1,542 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,434 software developers and data experts.

Speed up ASP.NET 2.0 build... Possible?

Hi,

Is it possible to speed up the build for ASP.NET 2.0 apps? Each time I
click build (or play for debug), it takes forever to build.... Is is
possible to speed up this process? it was correct in ASP.NET 1.1, but now
it's unacceptable...

Thanks a lot..

ThunderMusic
May 29 '06 #1
4 1574
Nope, nothing can be done here. Common complaint, it's as slow as a turtle.

--

________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------

"ThunderMusic" <NOdanlatSPAM@hotmaildotcom> wrote in message
news:uH**************@TK2MSFTNGP04.phx.gbl...
Hi,

Is it possible to speed up the build for ASP.NET 2.0 apps? Each time I
click build (or play for debug), it takes forever to build.... Is is
possible to speed up this process? it was correct in ASP.NET 1.1, but now
it's unacceptable...

Thanks a lot..

ThunderMusic

May 29 '06 #2
If you make changes to a page you don't have to rebuild to run it. :)

When you save the aspx page or codebeside file, the code is compiled and
the dll is updated.

ThunderMusic wrote:
Hi,

Is it possible to speed up the build for ASP.NET 2.0 apps? Each time I
click build (or play for debug), it takes forever to build.... Is is
possible to speed up this process? it was correct in ASP.NET 1.1, but now
it's unacceptable...

Thanks a lot..

ThunderMusic

May 29 '06 #3
Hi,

there are plenty things you can do to speed that up.

first of all, in the build options just build for .net and 32bit, and
make an release build that is for all.

there are also some tweaks to speed that up. dont have them in mind.
maybe i write an blog post next week about it.

the ultimative speed up is to minimize the projects that you have
loaded into the same solution. or, as i do it allways, remove the
references in the web project and copy them by yourself (or write a
programm that manages that, as i have done).
from about 10 mins i come to 20-60 seconds depending on the things
i've changed.

there are also some blog entries about that (speed up visual studio
build process). hope i'll find the links again.

cheers,
christoph
On Mon, 29 May 2006 08:55:08 -0400, "ThunderMusic"
<NOdanlatSPAM@hotmaildotcom> wrote:
Hi,

Is it possible to speed up the build for ASP.NET 2.0 apps? Each time I
click build (or play for debug), it takes forever to build.... Is is
possible to speed up this process? it was correct in ASP.NET 1.1, but now
it's unacceptable...

Thanks a lot..

ThunderMusic


Cheers,
Christoph

Vienna/Austria

www.code4ward.net/blogs/cmn
Jun 14 '06 #4

"ThunderMusic" <NOdanlatSPAM@hotmaildotcom> wrote:
Hi,

Is it possible to speed up the build for ASP.NET 2.0 apps? Each time I
click build (or play for debug), it takes forever to build.... Is is
possible to speed up this process? it was correct in ASP.NET 1.1, but now
it's unacceptable...


Agree it's damn slow.

There is a solution though: try the new "VS 2005 Web Application Projects"
which allows you to compile and build websites as it was done in 1.1 (or
simular anyway) - that's a lot faster, both for building and refactoring.

You will need to update VS2005:
http://www.microsoft.com/downloads/d...displaylang=en

- and download the project template:
http://msdn.microsoft.com/asp.net/re...p/default.aspx

General info:
http://msdn.microsoft.com/vstudio/de...5/html/WAP.asp

Regards, Rune
Jun 15 '06 #5

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

Similar topics

34
by: Jacek Generowicz | last post by:
I have a program in which I make very good use of a memoizer: def memoize(callable): cache = {} def proxy(*args): try: return cache except KeyError: return cache.setdefault(args,...
8
by: ted | last post by:
How does the speed of the Scons build tool compare with Ant? Right now with out Ant builds take around an hour. Hoping to speed that up. TIA, Ted
23
by: Mark Dickinson | last post by:
I have a simple 192-line Python script that begins with the line: dummy0 = 47 The script runs in less than 2.5 seconds. The variable dummy0 is never referenced again, directly or indirectly,...
4
by: cameron | last post by:
I have always been under the impression that LDAP was optimized for speed. Fast queries, fast access, slower writes. I have a block of data in LDAP and in SQL. Exact same data. The query is fast...
7
by: Michael | last post by:
I'm writing an application that decodes a file containing binary records. Each record is a particular event type. Each record is translated into ASCII and then written to a file. Each file contains...
13
by: Snis Pilbor | last post by:
Hello, Here is an idea I've been toying with to speed up programs but still keep them portable. It's just a very handwavey rough description right now since I haven't worked out details. The...
34
by: Larry Hastings | last post by:
This is such a long posting that I've broken it out into sections. Note that while developing this patch I discovered a Subtle Bug in CPython, which I have discussed in its own section below. ...
13
by: BK | last post by:
Our .Net team has just inherited a junior programmer that we need to get up to speed as quickly as possible. Unfortunately, his skill set is largely Access with some VB6 and ASP classic...
12
by: ThunderMusic | last post by:
Hi, We have a part of our application that deals with millions of records and do some processing of them. We've achieved a pretty good performance gain by developping a custom DateTime.ToString...
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.