Re: How does ASP.NET find code-behind DLLs

From: Scott Allen (scott_at_nospam.odetocode.com)
Date: 02/18/05


Date: Fri, 18 Feb 2005 15:29:20 -0500

Yes - I'd say it really is release mode - optimizations and all.

--
Scott
http://www.OdeToCode.com/blogs/scott/
On 18 Feb 2005 12:20:06 -0800, "Chris Durkin" <durkinc92@hotmail.com>
wrote:
>True, you can set Release mode to include all the debug settings, but
>then it isn't really Release mode, is it? Kind of defeats the purpose.
>Debug mode has several useful features.. line #s, ability to attach to
>a process, trace flags, etc.. but that stuff is for debugging, not
>production code.
>
>
>
>Scott Allen wrote:
>> You can have PDBs and stack traces with line numbers in release
>builds
>> too:
>>
>> Project -> Properties -> Configuration Properties -> Build ->
>Generate
>> Debugging Information.
>>
>> http://odetocode.com/Blogs/scott/archive/2005/01/24/963.aspx
>>
>> HTH,
>>
>> --
>> Scott
>> http://www.OdeToCode.com/blogs/scott/
>>
>> On 17 Feb 2005 14:38:03 -0800, "Chris Durkin" <durkinc92@hotmail.com>
>> wrote:
>>
>> >The debug versions have .PDBs and show line numbers in the stack
>trace
>> >if an exception occurs.


Relevant Pages

  • Re: 70-316 unsure of the question
    ... Tracing is enabled by default for both Debug and Release builds. ... Trace is enabled by default. ... Change the .config file in the local machine and add an entry for the ...
    (microsoft.public.cert.exam.mcad)
  • Re: Anyone know how to add a "Debug window" in own app
    ... debug messages in a release build using Trace.WriteLine or Console.WriteLine ... > Because TRACE is defined in Release builds by VS.NET. ... > the people who use your code won't alter the config file? ... > config file will enable the default trace listener.) ...
    (microsoft.public.dotnet.framework)
  • Re: dynamic web page viewer based on url in query sting?
    ... Bob Mixon ... Microsoft SharePoint Portal Server MVP ... I have added trace and debug code to the Web Part so we can see what ... Both the debug and release versions are now available on my Web ...
    (microsoft.public.sharepoint.portalserver.development)
  • Re: dynamic web page viewer based on url in query sting?
    ... I have added trace and debug code to the Web Part so we can see what is going on. ... Initially download and install the debug version, it outputs more debug and trace information than the release version does. ... it can be a fully qualified URL or a relative URL; as long as it will properly return a browser page in the Pge Viewer Web Part. ... Microsoft SharePoint Portal Server MVP ...
    (microsoft.public.sharepoint.portalserver.development)
  • Re: newbie question about web.config, tracing
    ... The reason for the repost is that threads from devdex.com dont include the ... original and i have no way to know what the original question was. ... handled from the <trace> node of the webconfig file. ... I built a debug and a release solution. ...
    (microsoft.public.dotnet.framework.aspnet)