永发信息网

ext.net 到期了怎么办

答案:1  悬赏:30  手机版
解决时间 2021-03-31 03:22
  • 提问者网友:鼻尖触碰
  • 2021-03-30 20:00
ext.net 到期了怎么办
最佳答案
  • 五星知识达人网友:荒野風
  • 2021-03-30 21:26
#region 覆盖系统默认的错误页
protected override void OnError(EventArgs e)
{

HttpContext ctx = HttpContext.Current;
Exception exception = ctx.Server.GetLastError();
if (SiteSystem.isLog == 1)
{
log.Error("访问页面出错,页面地址:" + ctx.Request.Url.AbsoluteUri, exception);
}
if (!ctx.Request.RawUrl.ToLower().Contains("error.aspx"))
{
string _url = (SiteSystem.ErrorUrl == "" ? "/error.aspx" : SiteSystem.ErrorUrl) + "?error=" + ctx.Server.UrlEncode(exception.Message) + "&returcode=" + ctx.Server.UrlEncode(ctx.Request.RawUrl);
ctx.Response.Redirect(_url, true);
}
ctx.Response.Redirect(SiteSystem.ErrorUrl == "" ? "/error.htm" : SiteSystem.ErrorUrl, true);
}
#endregion追问不报错 就是没显示,能查到原代码。现在每个月都要注销重起服务器就好了,是该怎么办?
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯