Přístupnostní navigace
E-application
Search Search Close
Publication detail
Tomáš Miklánek
Original Title
Tracing Techniques Provided by ASP.NET Framework
Type
conference paper
Language
English
Original Abstract
This article deals with the tracing features of ASP.NET. It was so difficult to debug ASP applications. To say that debugging support was lacking in classic ASP is a bit of an understatement. One of the most common debugging "techniques" for classic ASP applications was to simply place Response.Write statements in various code portions in order to see certain variable values or to ensure that a particular piece of code was being reached. One of the most common / useful places to put such a debugging Response.Write is right before executing a dynamic SQL statement. ASP.NET finally introduces modern programming practices into Web development, something that's sorely been missing. With ASP.NET we can, quite easily, debug our ASP.NET Web pages using Visual Studio.NET's debugger. This means that we can step into our code, set breakpoints, have a watch window to observe the values or our variables, etc. In this article we'll look at how to use a simpler version of debugging in ASP.NET, akin to classic ASP's Response.Write method.
Keywords
tracing, ASP.NET, web programming
Authors
RIV year
2005
Released
14. 8. 2005
Publisher
University of Miskolc
Pages from
1
Pages to
6
Pages count
BibTex
@inproceedings{BUT14562, author="Tomáš {Miklánek}", title="Tracing Techniques Provided by ASP.NET Framework", booktitle="5th International Conference of PhD Students", year="2005", volume="2005", pages="6", publisher="University of Miskolc" }