当前位置:编程学习 > C#/ASP.NET >>

跳楼求救,关于IIS URL重写分页问题

我现在用Ionics Isapi Rewrite Filter(iirf) iis url重写,碰到情况是用aspnetpage分页控件没办法分页,只会跳到第一个页面,请大侠门救救小弟,谢谢!

Ionics Isapi Rewrite Filter(iirf)怎么写301重定向,我现在碰到问题是google收入同一个页面多次,并且地址不一样,导致网站出问题,现在要将不同的地址301定向到同一个地址,如何弄,大仙们,求救 -----------

用.NET 写的东西 为什么不用Handler实现URL重写呢

google蜘蛛抓取有问题,现在是iirf 我现在怎么在后台获取URL路径?

例如:UrlAction

public class UrlAction : System.Web.UI.HtmlControls.HtmlForm
    {
        protected override void RenderAttributes(HtmlTextWriter writer)
        {
            writer.WriteAttribute("name", this.Name);
            base.Attributes.Remove("name");
         writer.WriteAttribute("method", this.Method);
            base.Attributes.Remove("method");
            this.Attributes.Render(writer);
            base.Attributes.Remove("action");
            if (base.ID != null)
                writer.WriteAttribute("id", base.ClientID);
        }
    }

然后页面把这个注册一下。<%@ Register.......%>

补充:.NET技术 ,  ASP.NET
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,