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

How do you declare static variable? What is its lifetime?

518


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

1414


What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC

511


Is a dll file an executable?

559


What is asp.net ajax?

558






What is cross page posting? How is it done?

561


How do session tokens work?

521


1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?

1792


14. What are your Future Plans for Swatz Oils GROUP U.K?

1732


What is difference between session and cookies?

557


How long does an http session last?

533


Explain serialization and deserialization?

555


How can you identify that the page is post back?

566


How does session id work?

499


What is asp.net? How is it different from asp?

546