ASP.NET Podcast Show #125 - Routing with Webforms
Posted by: Wallace B. McClure,
on 10 Oct 2008 |
View original | Bookmarked: 0 time(s)
Subscribe to All!
Subscribe to WMV.
Subscribe to M4V (iPod).
Subscribe to MP3.
Download WMV.
Download M4V (iPod).
Download MP3.
Show Notes:
Not just for MVC.Available with .NET 3.5 SP1.System.Web.Routing.Web.config.Global.asax.Routing class.Security.Output page.
Source Code:
Web.config entry:
<httpModules>.......<add name="Routing"
type="System.Web.Routing.UrlRoutingModule, System.Web.Routing,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></httpModules>
Global.asax:
using...