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

What is the Difference B/W Finalize() and Dispose() in .Net?

12 Answers   HCL, IBM,


How to retrieve the information from datatable citywise in c#?

2 Answers   HCL,


What is the maximum number of classes that can be contained in one dll file?

0 Answers  


Write some code using interfaces, virtual methods, and an abstract class`

0 Answers  


what is structured data format?

2 Answers  






if i have 1000 records and i want to access 20 ata time from SQL server, what will be the query?

9 Answers   Mind Tree,


What is the difference between and ActiveX dll and control ?

1 Answers   Microsoft,


How Response.flush works in server.Execute

1 Answers  


How can you implement the postback property of an asp.net control?

0 Answers  


How do I force the dispose method to be called automatically, as clients can forget to call dispose method?

0 Answers  


How does cookies work in asp net?

0 Answers  


can any one tell about web services?

5 Answers  


Categories