moss 2007回发在URL重写中产生问题?

时间:2012-05-04 06:54:35

标签: asp.net sharepoint-2007 url-rewrite-module

我已经使用iis url重写模块为moss 2007网站实现了网址重写。一切都很好。

但我的页面上还有一些下拉列表控件,这是从列表中动态退出数据所必需的。当我回发我的网址结构时,会在页面末尾添加.aspx,如

  

http://example.com/opinion/news/the-news来   http://example.com/opinion/news/the-news.aspx给出了404错误,我该如何处理呢。    我知道

Form1.Action=Request.RawURL;

但是如何在sharepoint中实现它拥有自己的主页。

0 个答案:

没有答案