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 are the file extensions for razor views?
How to register exception filter globally?
What are the different types of validation controls provided in ASP.NET?
Describe the diffeerence between inline and code behind?
What is the typical session identifier?
Differentiate strong typing and weak typing
What is a uri query?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
List the types of authentication supported by asp.net?
Where session id is stored?
What are the two Layouts supported by a Web form in ASP.NET?
Where is the view state data stored?
Can I have a unique key as foreign key?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What are the HTML server controls in ASP.NET?