Re: How does ASP.NET find code-behind DLLs
From: Scott Allen (scott_at_nospam.odetocode.com)
Date: 02/18/05
- Next message: Darrel: "searching through MS Word and PDF documents"
- Previous message: Kevin Spencer: "Re: Timeout expired"
- In reply to: Chris Durkin: "Re: How does ASP.NET find code-behind DLLs"
- Messages sorted by: [ date ] [ thread ]
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.
- Next message: Darrel: "searching through MS Word and PDF documents"
- Previous message: Kevin Spencer: "Re: Timeout expired"
- In reply to: Chris Durkin: "Re: How does ASP.NET find code-behind DLLs"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|