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
What is asp.net and its advantages?
What is the difference between equals() and == in c#?
What is %20 in a url?
How you will improve web application performance?
What is the usie of activex control in .net?
What is the purpose of App_Code folder in ASP.NET? Why we this?
Explain a program using razor view engine to create a simple application? : asp.net mvc
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
How ASP.NET page works?
What is cas?
Explain the basic functionality of garbage collector?
What is an example of an application service provider?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What is the use of view state?
Why we go for mvc instead of asp.net? : Asp.Net MVC