【发布时间】:2010-10-04 03:35:16
【问题描述】:
我在 Google 上搜索过这个问题的答案,但似乎没有太多信息。有谁知道您是否可以使用 WCAT 和/或 TinyGet 来测试使用 HttpHandlers 的 asp.net 应用程序?我已经尝试了这两种工具,但我收到了内部服务器错误 500。看起来 HttpContext 有问题?
[NullReferenceException: Object reference not set to an instance of an object.]
BCT.BaseHttpHandler.Process(HttpContextBase context) +622
BCT.UADTimeHttpHandler.Process(HttpContextBase context) +55
BCT.BaseHttpHandler.ProcessRequest(HttpContext context) +75
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep
.Execute() +181
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& comp
letedSynchronously) +75
我也尝试过使用 WCAT Fiddler 插件,但是对于可能丢失的 reg 键有不同的错误。
【问题讨论】:
标签: httphandler wcat