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

Automatically break into code when calling Debug.Assert in ASP.NET and Web Services

Rate me:
Please Sign up or sign in to vote.
4.57/5 (13 votes)
22 Dec 20036 min read 87.5K   587   31  
Automatically break into code when calling Debug.Assert in ASP.NET and Web Services
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ASPNetDebugAssertion", "ASPNetDebugAssertion.csproj", "{843CEC68-FA87-4865-A1E2-1D39BDD4F827}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{843CEC68-FA87-4865-A1E2-1D39BDD4F827}.Debug.ActiveCfg = Debug|.NET
		{843CEC68-FA87-4865-A1E2-1D39BDD4F827}.Debug.Build.0 = Debug|.NET
		{843CEC68-FA87-4865-A1E2-1D39BDD4F827}.Release.ActiveCfg = Release|.NET
		{843CEC68-FA87-4865-A1E2-1D39BDD4F827}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United States United States
I have been a professional developer since 1996. My experience comes from many different industries; Data Mining Software, Consulting, E-Commerce, Wholesale Operations, Clinical Software, Insurance, Energy.

I started programming in the military, trying to find better ways to analyze database data, eventually automating my entire job. Later, in college, I automated my way out of another job. This gave me the great idea to switch majors to the only thing that seemed natural…Programming!

Comments and Discussions