what is the trace in ASP.NET
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / syed
Debugging and Tesing process appended to the result page.
Is This Answer Correct ? | 2 Yes | 5 No |
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 |
What is machine.config and web.config ?
33) You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. You need to deploy the appropriate resource file based on the language settings of the server. What should you do? A . Create an installer and set the Installer.Context property for each version of your application. B . Create an installer that has a launch condition to verify the locale settings. C . Create an installer that has a custom action to install only location-specific files. D . Create an installer that has an MsiConfigureProduct function to install the appropriate version.
2 Answers Friedkin, ISH, Syntax, Syntax Softtech,
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
What is Virtual path in ASP.Net
Can you clarified A Web service can only be written in .NET or not?
What do you mean by query string?
What is difference between ASP and ASP.NET ?
how to update data set?
Name the application folders present in asp.net 2.0?
Can you store dataset in viewstate?
List the types of authentication supported by asp.net?
What is the namespace used to store the information about the user?s locale?