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 the use of the tag in the web.config file?
How asynchronous call can be implemented using delegates?
What's the use of formatters in .net?
What is aspect-oriented programming?
What is difference between view state and session state?
what is meant by sitemapnode ?
What is the difference between pathparam and queryparam?
Where is the view state data stored in asp net?
What is the default timeout for a cookie?
To get the values in two different controls to match which control you use it?
What is a page life cycle? What are the events in a page life cycle?
Explain the benefits of viewstate?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What are the various session state management options provided by asp.net?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?