Is it possible to make use of ASP.NET routing if not using ASP.NET MVC? It seems like a better solution than URL rewriting.
2 Answers
Yes, starting with ASP.NET 3.5 SP1 the routing capabilities are found in System.Web.Routing. See for example this MSDN page for info about how to get started.