Mega Code Archive

 
Categories / ASP.Net Tutorial / Configuration
 

Mapping URLs using the urlMappings element

<configuration>         <system.web>         <urlMappings>       <add url="~/Content.aspx" mappedUrl="~/SystemNews.aspx?categoryid=5" />    </urlMappings>         </system.web>      </configuration>