我们先讨论几个有关页面静态话的问题:
 
大家对伪静态(URL重写)有什么看法?
以.aspx\.asp\.php结尾的页伪静态为以.htm或者.html结尾的页有什么看法,性能会得到提高吗,有什么好处?
那么或者直接生成静态页面又有什么好处,是否推荐在一个网站大量使用呢?
对于腾讯那样的大的门户网站他们的新闻页是生成的静态页呢或者是伪装的?

最佳答案:
运行PHP,ASP.NET,JSP,ColdFusion的网页5.在vs2005中,传多个参数应该加&在vs2003中,只用分号就好了
eg.
<RewriterConfig>
    <Rules>
      <RewriterRule>
        <!--CreditNews BackGround update-->
        <LookFor>~NewsClsManage-(\d*)-(\d*).html</LookFor>
        <SendTo>~NewsClsManage.aspx?ClassID=$1&amp;flag=$2</SendTo>
      </RewriterRule>
    </Rules>
</RewriterConfig>

 相关:

http://blog.csdn.net/21aspnet/archive/2009/05/13/4178735.aspx 

 

asp.net中URL重写(无后缀名的重写)

 

相关文章:

  • 2021-11-29
  • 2021-05-24
  • 2022-12-23
  • 2022-01-26
  • 2022-12-23
  • 2021-07-14
猜你喜欢
  • 2021-07-18
  • 2021-05-23
  • 2021-10-27
  • 2021-12-26
  • 2022-01-28
  • 2021-04-25
相关资源
相似解决方案