What is the need to give <compilation debug=true> command ?
Answers were Sorted based on User's Feedback
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 |
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#?
What is the maximum number of classes that can be contained in one dll file?
Write some code using interfaces, virtual methods, and an abstract class`
what is structured data format?
if i have 1000 records and i want to access 20 ata time from SQL server, what will be the query?
What is the difference between and ActiveX dll and control ?
How Response.flush works in server.Execute
How can you implement the postback property of an asp.net control?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
How does cookies work in asp net?
can any one tell about web services?