ASP.NET Tutorial/Configuration/urlMappings
Mapping URLs using the <urlMappings> element
<source lang="csharp">
<configuration>
<system.web> <urlMappings> <add url="~/Content.aspx" mappedUrl="~/SystemNews.aspx?categoryid=5" /> </urlMappings> </system.web>
</configuration></source>