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
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What are ASHX files?
What is the parent class of all web server control?
Why do we need a web application session?
What does a switch do?
Explain the difference between panel and groupbox classes using .net?
How many types of file extensions for razor views in ASP.Net MVC?
Differentiate between globalization and localization.
How many types of controls are there in asp.net?
What is the difference between the asp and asp.net?
Describe Segmentation With Paging?
witch is the best insistute in sharpoint course.what abt future of share point course.
Explain difference between dataset and datareader?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What’s the catch?