473,396 Members | 2,068 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,396 software developers and data experts.

Release and debug question

When you put you code in release, does all the code behind get compiled into
a dll,

--

Dave
Nov 17 '05 #1
3 1088
Dave,

I'm no expert and still learning, but I think that debug or release place
all code behind files and other appropriate items in a dll that goes in your
bin folder.
The Aspx files still go to the webserver too.

The difference being that debug--puts a lot of debug code and symbols in the
dll and release doesn't
Debug is good for debugging but with all that extra stuff very bad in
production.

Imagine you place a bunch of code in a program that printed all sorts of
information while you were debugging... This would run slower than if it
weren't there and you don't need it in a release app.

The concept is similar although more involved.

HTH

Shane

"Davef" <da**@helixpoint.com> wrote in message
news:e$*************@tk2msftngp13.phx.gbl...
When you put you code in release, does all the code behind get compiled into a dll,

--

Dave

Nov 17 '05 #2
Yes. The only difference is that the debugging symbols are not included in
the release version.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Complex things are made up of
lots of simple things.

"Davef" <da**@helixpoint.com> wrote in message
news:e$*************@tk2msftngp13.phx.gbl...
When you put you code in release, does all the code behind get compiled into a dll,

--

Dave

Nov 17 '05 #3
But does it get rid of the code behind?

"SStory >" <Sh*********@online.msn.com <remove the 'online.' to send me
mail> wrote in message news:er**************@TK2MSFTNGP09.phx.gbl...
Dave,

I'm no expert and still learning, but I think that debug or release place
all code behind files and other appropriate items in a dll that goes in your bin folder.
The Aspx files still go to the webserver too.

The difference being that debug--puts a lot of debug code and symbols in the dll and release doesn't
Debug is good for debugging but with all that extra stuff very bad in
production.

Imagine you place a bunch of code in a program that printed all sorts of
information while you were debugging... This would run slower than if it
weren't there and you don't need it in a release app.

The concept is similar although more involved.

HTH

Shane

"Davef" <da**@helixpoint.com> wrote in message
news:e$*************@tk2msftngp13.phx.gbl...
When you put you code in release, does all the code behind get compiled

into
a dll,

--

Dave


Nov 17 '05 #4

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

Similar topics

4
by: | last post by:
Hi, does anyone know what would be the (most common) reasons to get difference answers in VC++.net between running in release and debug ? Thanks, JC
9
by: dee | last post by:
Hi I'm about to upload my site and I have switched to release version. Is that enough or do I still need to disable <compilation defaultLanguage="vb" debug="true" /> the debug="true" in the .pdb...
1
by: c_shah | last post by:
I am a SQL DBA just started to learn Visual Basic 2005 so I apologize for this very simple question. What's the fundamental difference between debug mode vs release mode. I am using Visual...
1
by: Epetruk | last post by:
Hello, In VS2003, I used to have two solutions - a debug and release solution. Each solution had a webservice project and several other class library projects. The webservice project...
6
by: Andrew Rowley | last post by:
I am having trouble getting debug and release builds to work properly with project references using C++ .NET and Visual Studio 2003. I created a test solution, with a basic Windows form C++...
5
by: Jonas Hallgren | last post by:
Hello, Is there any general tips on how to solve this problem: my Debug version runs fine but when I do a Release version I get error messages!? I'm hoping it is a simple option somewhere or...
0
by: Russ | last post by:
I have a Web Service that was originally created with .NET VC 2003, and subsequently converted to the 2005 version. It works fine when built as a debug version, and run on the workstation it was...
3
by: Russ | last post by:
I have a Web Service that was originally created with .NET VC 2003, and subsequently converted to the 2005 version. It works fine when built as a debug version, and run on the workstation it was...
3
by: TBass | last post by:
Hello, Is there a way to get Visual Studio 2003 look to one directory for debug version dlls when set to DEBUG and then to another directory where I store the release version of a dll when set...
3
by: =?Utf-8?B?bG10dGFn?= | last post by:
We have developed a number of different applications (ASP.NET web site, Windows services, DLLs, Windows forms, etc.) in C# 2.0. We have developed and unit tested all these applications/components...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.