| Author: Lalji 06 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
visit this link
http://blogs.msdn.com/jaybaz_ms/archive/2004/06/28/168314.aspx
|
| Author: Dharmaraj 06 Nov 2009 | Member Level: Diamond | Rating:   Points: 3 |
Hi, In the Debug option all the information related to the debugging will get attached to the output of the program,Hence it results in the increasing in the size of the output file. The file with .pdb extension will get placed in the DEBUG folder. It will be termed as Program Database File. If you place the debug option in the release mode. The debuging information will be removed and the size of the output file will vary.
Regards, Dharma Editor,Mentor,MVM Try and fail but don't fail and try Me and DNS
|
| Author: Deepika Haridas 06 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
Hello,
You can check this link
http://www.dotnetspider.com/forum/190273-diffrenence-between-debug-release-asp-net-page.aspx
Thanks & Regards, Deepika Editor
If U want to shine like a SUN..First U have to burn like the SUN!! Need a Guide? Join my mentor program..
|
| Author: Hari 06 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
Hi
check this
http://www.dotnetspider.com/forum/ViewForum.aspx?ForumId=18988
|