What is the need to give <compilation debug=true> command ?

Answer Posted / rajesh

First of all ASP.net supports both Scripting & Compiled
process.

One Asp.net page has 2 distinct coding pages.
1)HTML 2)Server Side

If we will make <complation debug=false>,then it will show
the out put, but without checking (compiling)server side
code.

If you have to write some code in .aspx page(server side)
then you must have to write <complation debug=true>.

For only HTML coding,we donot need <complation debug=true>.

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain diff. Betn dataset and recordset?

645


What is the part of url?

613


What is the question mark in a url?

596


How can we create pie chart in asp.net?

679


Can the validation occurs in server-side or client-side? If the validation occurs why should we do?

712






Is session server side or client side?

616


Explain about asp.net state management?

695


Define globalization and localization.

648


How does asp.net work?

638


What is AutoPostback?

691


If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

623


8. Why do you want to work here?

1559


Can a master page have more than one contentplaceholder?

599


What is the difference between “Web.config” and “Machine.Config”?

778


What is the difference between union and join?

649