Ask a Question related to ASP.NET General, Design and Development.
-
Davef #1
Release and debug question
When you put you code in release, does all the code behind get compiled into
a dll,
--
Dave
Davef Guest
-
About to buy FMS soon! - When is release of FMS 3?
I'm about to buy FMS probably within a week or so. So, when is official release date of FMS 3? :confused; Should I wait for it, or just... -
ANN: MP3::Tag new release
sent to Ilya Zakharevich <nospam-abuse@ilyaz.org>], who wrote in article <c6nt64$sqr$1@agate.berkeley.edu>: v 0.92 released now. The changelog... -
Debug ASP.Net / Source Safe Question
If you have the appropriate permissions, you should be able to use the Attach to Process function to attach to the ASPNET process on the remove... -
I can't debug!
I'm a member of the admin group and debuggers group and I still get an error saying "UNABLE TO DEBUG ON THE WEB SERVER ACCESS IS DENIED" What... -
release
Paul Eggert <eggert@twinsun.com> writes in comp.unix.solaris: |It's apparently tough to convince people to upgrade to Solaris 9. |I guess Solaris 9... -
Kevin Spencer #2
Re: Release and debug question
Yes. The only difference is that the debugging symbols are not included in
the release version.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Complex things are made up of
lots of simple things.
"Davef" <dave@helixpoint.com> wrote in message
news:e$39bkdXDHA.652@tk2msftngp13.phx.gbl...into> When you put you code in release, does all the code behind get compiled> a dll,
>
> --
>
> Dave
>
>
Kevin Spencer Guest
-
SStory #3
Re: Release and debug question
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" <dave@helixpoint.com> wrote in message
news:e$39bkdXDHA.652@tk2msftngp13.phx.gbl...into> When you put you code in release, does all the code behind get compiled> a dll,
>
> --
>
> Dave
>
>
SStory Guest
-
Davef #4
Re: Release and debug question
But does it get rid of the code behind?
"SStory >" <Shane_Story@online.msn.com <remove the 'online.' to send me
mail> wrote in message news:er12tsdXDHA.2576@TK2MSFTNGP09.phx.gbl...your> 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 inthe> 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> 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" <dave@helixpoint.com> wrote in message
> news:e$39bkdXDHA.652@tk2msftngp13.phx.gbl...> into> > When you put you code in release, does all the code behind get compiled>> > a dll,
> >
> > --
> >
> > Dave
> >
> >
>
Davef Guest



Reply With Quote

