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 parameters can you pass in the url of the api? Can get and post use the same url?

0 Answers  


Explain Authentication mechanism in dotnet

0 Answers   BirlaSoft,


Explain what does mvc represent in asp.net? : asp.net mvc

0 Answers  


About Garbage Collector?

3 Answers   Microsoft,


What is difference between ispostback and autopostback in asp net?

0 Answers  






What is strong-typing versus weak-typing?

0 Answers  


How do you handle session management in ASP.NET and How do you implement them. How do you handle in case of SQLServer mode?

1 Answers   DELL, Microsoft,


What are resource file and how do we generate resource file?

0 Answers  


What is an iHTTPModule, and explain its implementation with its limitations?

1 Answers   Siebel,


What is an asp.net web form?

0 Answers  


How to rename a table using sql queries?

0 Answers  


Where is session cookies stored?

0 Answers  


Categories