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 ?

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


Please Help Members By Posting Answers For Below Questions

What is diff. Between abstract class and an interface?

1135


What is a web api? Which protocol is used in a web api?

1125


How we implement web farm and web garden concept in asp.net?

1039


How can you debug your.net application?

1055


Explain Areas in MVC?

1136


Explain form level validation and field level validation?

1071


What is the difference between dispose() and finalize()?

1066


How many types of cookies are there in asp.net?

992


What is the typical session identifier?

1105


Where is asp.net view state stored?

1052


What does ascx stand for?

989


Which browsers support the xmlhttprequest object?

1080


What are the features that make asp.net more used framework? : asp.net mvc

1061


What are the different types of Caching techniques in ASP.NET?

1104


Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?

2418