摘要:
首先在Web.Config中添加HttpHandler定义:再定义HttpHandler逻辑:publicclass wtSSOCheck:IHttpHandler{publicvoidProcessRequest(HttpContextcontext){stringa=context.Request.QueryString["reqstr"];context.Response.Write(a);}publicboolIsReusable{get{returnfalse;}}}事例中是通过Get请求获取参数,来实现某Http重定向。最后,部署所在的服务器上的IIS还需要做下 阅读全文