Click here to Skip to main content
15,896,359 members
Articles / Web Development / ASP.NET

Step by Step Guide to Trace the ASP.NET Application for Beginners

Rate me:
Please Sign up or sign in to vote.
4.54/5 (23 votes)
19 May 2010CPOL5 min read 159.1K   2.2K   52  
Explains the step by step approach to trace the ASP.NET application

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraceDemo", "TraceDemo\TraceDemo.csproj", "{DD87CBA0-9B3B-42F5-A90B-75FA50FCFEAF}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{DD87CBA0-9B3B-42F5-A90B-75FA50FCFEAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{DD87CBA0-9B3B-42F5-A90B-75FA50FCFEAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{DD87CBA0-9B3B-42F5-A90B-75FA50FCFEAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{DD87CBA0-9B3B-42F5-A90B-75FA50FCFEAF}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Cognizant Technology Solutions
India India
Having more than 9 years of experience in Programming and web application development.

Writing technical blog articles, learning new Programming languages , frameworks and sharing knowledge with others is one of my hobby. The more I learn, more I understood that how little I know and that drives me to dig into technology and languages to explore.

From last few years now, working on Salesforce platform and providing customer solutions using force.com as an Architect and Technical Lead Role. I have worked on many area of Salesforce like force.com, Heroku, PHP Toolkit, Partner Webservices, Metadata and Enterprise webservices, Tooling API, Customer Portal, Partner Portal, Community, Salesforce1 etc...

Blog:http://www.jitendrazaa.com/blog

Comments and Discussions