• 又是asp.net 2.0的一个奇怪异常


    没办法,总是遇到一些莫名其妙的问题,先记录一下。

    这两天老是收到异常提醒邮件,是在解析表单变量的时候出现了空引用了。

    异常信息:
       异常类型: System.NullReferenceException
       异常消息: 未将对象引用设置到对象的实例。

    线程信息:
       线程 ID: 13
       线程帐户名: AS19\IWAM_FDAUTO-AS19
       正在模拟: False
       堆栈跟踪:    在 System.Web.Hosting.ISAPIWorkerRequestInProc.GetServerVariable(String name)
      在 System.Web.HttpRequest.FillInServerVariablesCollection()
      在 System.Web.HttpServerVarsCollection.Populate()
      在 System.Web.HttpServerVarsCollection.Get(String name)
      在 System.Collections.Specialized.NameValueCollection.get_Item(String name)
      在 System.Web.HttpRequest.get_Item(String key)
      在 SoFContext.GetStringInRequest(String p_strKey, String p_strDefault) 位置 E:\Projects\Gk-Platform\Code\SoF.WebComponent\WebComponent\SoFContext.cs:行号 269

    只在用IP访问站点的时候会出现,而且都是同一个IP访问。

  • 相关阅读:
    Windows下 Mysql忘记密码的修改方法
    java 多文件压缩下载
    MySQL配置文件中jdbc.url
    java实现excle文件上传,解析
    MySQL事务
    重拾MySQL
    Linux中修改MySql配置文件
    Freemarker模板引擎
    过滤器、监听器、拦截器
    XML基础
  • 原文地址:https://www.cnblogs.com/hjf1223/p/536911.html
Copyright © 2020-2023  润新知