what is the trace in ASP.NET

Answers were Sorted based on User's Feedback



what is the trace in ASP.NET..

Answer / prakash samariya

It is a framework service used to trace the application. It
helps us to find the logical error which may produce invalid
data without exception.

Is This Answer Correct ?    5 Yes 0 No

what is the trace in ASP.NET..

Answer / suraj

ASP.NET introduces new functionality that allows you to view
diagnostic information about a single request for an ASP.NET
page simply by enabling it for your page or application.
Called tracing, this feature also allows you to write debug
statements directly in your code without having to remove
them from your application when it is deployed to production
servers. You can write variables or structures in a page,
assert whether a condition is met, or simply trace through
the execution path of your page or application.

Is This Answer Correct ?    5 Yes 0 No

what is the trace in ASP.NET..

Answer / syed

Debugging and Tesing process appended to the result page.

Is This Answer Correct ?    2 Yes 5 No

what is the trace in ASP.NET..

Answer / manikandan.s

ASP.NET is a programming Framework, its built on the Common
Language Runtime (CLR) that can be used on a Server to
build Powerful Web Application.

ASP .NET is Using for a Various Advantages over Web
development models:

->Enchanced Performance
->World-Class Tool Support
->Power and Flexibility
->Simplicity
->Managability
->Scalability and Availability
->Customizability and Extensability
->Security.

Is This Answer Correct ?    3 Yes 10 No

Post New Answer

More ASP.NET Interview Questions

How to deploy the Asp.Net Project ?

3 Answers  


By default, Web API sends HTTP response with which of the following status code for all uncaught exception?

0 Answers  


What is the difference between User Controls and Master Pages

22 Answers   Deloitte, IBM, IntraLogic, Markit, TCS,


How does the browser enable AutoPostBack functionality?

2 Answers  


What is the difference between <%#%> and <%=%>?

4 Answers   IBS,






What are the 3 levels at which content pages can be attached to Master Page?

0 Answers   MCN Solutions,


I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?

1 Answers   Patni,


How do you add a javascript function for a link button in a datagrid?

2 Answers   Microsoft,


Derive WSDL?

6 Answers   Siebel,


What is Web API Routing?

0 Answers  


How do you store a value in viewstate and retrieve them?

0 Answers  


Types of store procedure in Sqlserver?

3 Answers  


Categories