urlMappings

<system.web> 
........
<urlMappings>
      <add url="~/Product.aspx" mappedUrl="~/Test/UrlMapping.aspx"/>
    </urlMappings>
........
原文地址:https://www.cnblogs.com/RobotTech/p/874650.html