<httpModules>
<add type="Yinrg.Web.URLRewriter.ModuleRewriterCallBack,Yinrg"
name="ModuleRewriterCallBack" />
</httpModules>
type 逗号前的事命名空间加类名 ,后面是dll的文件名
<httpModules>
<add type="Yinrg.Web.URLRewriter.ModuleRewriterCallBack,Yinrg"
name="ModuleRewriterCallBack" />
</httpModules>
type 逗号前的事命名空间加类名 ,后面是dll的文件名
This application is currently offline. To enable the application, remove the app_offline.htm file from the application root directory. (2008-4-24 16:22:33)
在Global中Application_Error事件处理错误信息 (2008-3-22 10:28:22)
使Repeater在数据为空时显示提示信息 (2008-3-21 15:11:20)
asp.net ajax 使用updatepanel alert提示方法 (2008-3-8 10:14:23)
asp.net 2.0 缓存(页面输出缓存) (2008-3-8 9:27:55)
<% this.Response.Write(); %>和<%# %> (2008-3-5 16:0:18)
RegisterStartupScript和RegisterClientScriptBlock输出位置的区别 (2008-3-3 11:45:59)
this.Request["LoginID"] 可以获取cookies的值 (2008-2-26 9:8:25)
select post get 是传送数据 (2008-2-25 16:25:17)
this.Request.QueryString["LogonID"] 和 this.Request["LogonID"] (2008-2-21 9:42:3)
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。