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
Explain diff. Betn dataset and recordset?
What is the part of url?
What is the question mark in a url?
How can we create pie chart in asp.net?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
Is session server side or client side?
Explain about asp.net state management?
Define globalization and localization.
How does asp.net work?
What is AutoPostback?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
8. Why do you want to work here?
Can a master page have more than one contentplaceholder?
What is the difference between “Web.config” and “Machine.Config”?
What is the difference between union and join?