there are two compiler involved. vs.nets compile of code behinds, controlled
by pick release or debug. there is also the compile of the aspx pages when
they are first hit, web.config controls they are compiled with debug info or
not (regardless of how the dll are compiled).
-- bruce (sqlwork.com)
"dee" <dee@home> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Juan
If I didnt set debug to false would any debug symbol get added to to my
release dll?
In other words setp 2 is still needed for release version?
Thanks
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:uC****************@TK2MSFTNGP10.phx.gbl... If you compiled as Release, the pdb's are not needed.
1. Don't upload the pdb's.
2. Set debug to false in your web.config.
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
"dee" <dee@home> wrote in message
news:u9**************@TK2MSFTNGP14.phx.gbl... 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 file?
Is the .pdb necessary for the release version?
Thanks a bunch.
Dara