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

Answers were Sorted based on User's Feedback



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

Answer / purushotham

u can't debug

Is This Answer Correct ?    5 Yes 0 No

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

Answer / rahul

we can't debug in the sense ?

Is This Answer Correct ?    3 Yes 0 No

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

Answer / 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

More ASP.NET Interview Questions

Is overloading possible in web services?

3 Answers   Microsoft,


can we place the same DLL in debug folder two times? (without using strong name )

9 Answers   TCS,


What is the difference between a multi-layer and multi-tier applications?

0 Answers   Microsoft,


Explain the difference between inline and code behind - which is best in?

0 Answers  


What is asp.net version?

0 Answers  






What is route in web api?

0 Answers  


Write code to send e-mail from an asp.net application?

0 Answers  


Why asp.net mvc is better than asp.net? : Asp.Net MVC

0 Answers  


What are session objects?

0 Answers  


What are the advantages and disadvantages of Using Cookies?

0 Answers   MCN Solutions,


What is jade template engine?

0 Answers  


What benefit does your code receive if you decorate it with attributes demanding specific Security permissions?

2 Answers  


Categories