httpHandlers 是真正的页面

他可以没有aspx文件 而只存在dll里,

在web.config里
<system.web>
<httpHandlers>
<add verb="*" path="*" type="Dottext.Common.UrlManager.UrlReWriteHandlerFactory,Dottext.Common" />
          (get,post)      (*.aspx,name.aspx,*.html,.....)
</httpHandlers>

</system.web>
posted on 2007-08-04 13:45  HHQQ  阅读(311)  评论(0编辑  收藏  举报