1 首先在iis里配置通配符应用程序映射,如下图:
(在通配符应用程序映射中添加.net的处理程序C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll,具体操作请改为自己的文件位置)
2在UrlRewrite配置文件中配置
<RewriterRule>
<LookFor>~/shop</LookFor>
<SendTo>~/product/shop.aspx</SendTo>
</RewriterRule>
3 配置以后就可以实现www.xx.com/shop 映射到 www.xx.com/product/shop.aspx了。
用哲学的头脑去思考问题!