在CS中执行 System.Web.HttpContext.Current.ApplicationInstance.Response.Redirect(“aa.aspx”)
总是报错:
   at System.Threading.Thread.Abort(Object stateInfo)
   at System.Web.HttpResponse.End()
   at System.Web.HttpResponse.Redirect(String url, Boolean endResponse)
   at System.Web.HttpResponse.Redirect(String url)
   at grioa.tempLogin.SettingSession() in d:\zzoa\templogin.cs:line 100