In the last two entries about Debug.Assert I looked at why you should use it document your assumptions , and how you can integrate it with your test framework so that tests fail when any of the assertions fail. This time I'll show you how you can use a similar technique to integrate it with your ASP.NET applications to replace the default behaviours with a web page detailing the failure. ASP.NET...