This is a discussion on Explain the purpose of Disable the Debug Mode or Set Debug ="false" within the ASP and ASP.NET Programming forums, part of the Web Development category; Can anybody explain the purpose of Disable the Debug Mode or Set Debug ="false"...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| hi.....KMaker debug mode will to increase the performance of your asp .net application explain below in detail... How it affect performance: By default this attribute is "true" when you create new application and is useful when you are developing the application. Debug = true means that pdb information to be inserted into file and this results a larger file size and it's performance issue. Before deployment you should set the following tag <compilation defaultLanguage="Vb" debug="false"> |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/asp-asp-net-programming/2312-explain-purpose-disable-debug-mode-set-debug-false.html | |||
| Posted By | For | Type | Date |
| Programming | This thread | Refback | 07-20-2007 09:42 AM |
| Programming | This thread | Refback | 07-20-2007 06:39 AM |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to start MySQL database without Debug mode | Gopisoft | Database Support | 0 | 10-29-2007 05:06 AM |
| Explain "passing by value", "passing by pointer" and "passing by reference" | Sabari | C and C++ Programming | 1 | 07-30-2007 11:29 PM |
| "Press SPACEBAR or ENTER to activate and use this control" how to disable this | oxygen | ASP and ASP.NET Programming | 1 | 07-21-2007 03:01 AM |
| how it helps to increase the performance in asp .net Set trace enabled="false" | oxygen | ASP and ASP.NET Programming | 1 | 07-20-2007 06:28 AM |
| I get the error message "Unable to start debugging on the web server..." when I debug | oxygen | ASP and ASP.NET Programming | 1 | 07-20-2007 04:50 AM |