一、前台:prod2list.html <a href='prod2list2_<%=strid%>_<%# DataBinder.Eval(Container.DataItem, "ID")%>.html' target="_top" class="STYLE1"><%#Eval("XNAME") %></a>
二、Web.config文件 <RewriterConfig> <Rules> ...... <RewriterRule> <LookFor>~/prod2list2_(\d+)_(\d+).html</LookFor> <SendTo>~/prod2list2.aspx?ID=$1&SmallClassID=$2</SendTo> </RewriterRule> ...... </Rules> </RewriterConfig>
三、注:如果XXX.HTML打开报错 右键点我的电脑-->管理-->展开'服务和应用程序'-->internet信息服务-->找到你共享的目录-->右键点击属性 -->点击'配置'-->
映射下面 -->找到.aspx的可执行文件路径 复制路径-->粘贴路径-->扩展名为".html"-->然后把检查文件是否存在的勾去掉 这样就可以了
来源:展洋科技 http://www.35544216.com/
|