New topics: Your Pet, IOU, Baby IQ, The Poisons, Birther II, Games, Future Power

Welcome to the Tech Space!

Check out our Hardware

Skip to end of metadata
Go to start of metadata

This is based on this article: A Complete URL Rewriting Solution for ASP.NET 2.0

Goals:

  • Create a showcase example able to use URL rewriting to pass arbitrary urls to a handler page that uses masterpage. In other words, allow for a master.page enabled page to act as a 404 handler.
  • Secondary goal is to simplify hive wiki application logic that deals with making debugger urls look like real world urls.
  • Get to know ASP.NET 4.0 features

Steps:

  • Created a default application
  • Tried out the Visual Studio 2010 Debugger - It launched as http://localhost:8888/ with no need of an additional info on the url. Trying to look at /Home generated a 404 error
  • Added some documentation to the home page about what article this tutorial is based on.
  • Start implementing the code given in the article
  • Create HTTP Module
  • So far unable to catch any breakpoints in RewriteModule
Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.