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

What is the use of service provider?

0 Answers  


What are the different validators in asp.net?

0 Answers  


IS IT POSSIBLE TO SET TIME FOR COOKIES?HOW IT IS POSSIBLE.

1 Answers  


What is asp.net introduction?

0 Answers  


How to reduce the width of textbox in editcommandcolumn of datagrid?

0 Answers  






Which template must you provide, in order to display data in a Repeater control?

3 Answers  


What permissions do asp.net applications posses by default?

0 Answers  


If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.

6 Answers   CTS,


Trigger syntax in sql2000

1 Answers   Wipro,


how to do pakaging nd deployment

1 Answers  


What are the type of session in Asp.Net

3 Answers  


Can more than one person use the same login?

0 Answers   MCN Solutions,


Categories