没办法,总是遇到一些莫名其妙的问题,先记录一下。
这两天老是收到异常提醒邮件,是在解析表单变量的时候出现了空引用了。
异常信息:
异常类型: 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访问。