Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the need to give <compilation debug=true> command ?

Answers were Sorted based on User's Feedback



What is the need to give <compilation debug=true> command ?..

Answer / purushotham

u can't debug

Is This Answer Correct ?    5 Yes 0 No

What is the need to give <compilation debug=true> command ?..

Answer / rahul

we can't debug in the sense ?

Is This Answer Correct ?    3 Yes 0 No

What is the need to give <compilation debug=true> command ?..

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

Post New Answer

More ASP.NET Interview Questions

What is the result when the Web Form containing the following line is complied and executed? <asp:Button id=?thebutton? onClick=?theEvent? /> a) The button control is created; theEvent is the click event handler. b) Compiler error; the control must be set to runat=?server?. c) Compiler error; onClick is not a valid attribute. d) Runtime Exception; the control must be set to runat=?server?.

3 Answers   Syntax Softtech,


How Can we use multiple forms in single asp.net application?

3 Answers   Polaris,


Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

0 Answers   Siebel,


when u enter the data in one text box once u completed entering the text box data then one page has to be popuped and the text has to be displayed in the parent page

1 Answers  


Is it possible to migrate visual interdev design-time controls to asp.net?

0 Answers  


Differentiate between namespace and assembly.

0 Answers  


What is validation in asp.net?

0 Answers  


can u create two Primary key for a table? --Sivaa

10 Answers   BirlaSoft,


Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc

0 Answers  


How to manage pagination in a page?

2 Answers  


What is the viewstate in asp.net?

0 Answers  


Explain about asp.net caching?

0 Answers  


Categories