|
本帖最后由 学会洒脱 于 2011-9-10 11:43 编辑
在VUGen中回放:只有访问登录页的请求,却回放失败,脚本与报错内容详见以下内容。
脚本内容:仅仅只有访问登录页的请求,没其他内容了
web_url("localdefault.aspx",
"URL=http://192.168.1.247:8005/localdefault.aspx",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t12.inf",
"Mode=HTML",
LAST);
----------------------------------------------------------------------------------------------------------------------------------------------------------
报错内容:
Action.c(6): 此错误页可能包含敏感信息,因为 ASP.NET 通过 <customErrors mode="Off"/> 被配置为显示详
Action.c(6): 细错误消息。请考虑在生产环境中使用 <customErrors mode="On"/> 或 <customErrors mod
Action.c(6): e="RemoteOnly"/>。-->
Action.c(6): 警告 -26612: 对于“http://192.168.1.247:8005/Authen ... 8005%2fdefault.aspx”,HTTP 状态代码=500 (Internal Server Error) [MsgId: MWAR-26612]
Action.c(6): t=36128ms: Closing connection [1] to 192.168.1.247 after receiving status code 500 [MsgId: MMSG-26000]
Action.c(6): t=36130ms: Closed connection [1] to 192.168.1.247:8005 after completing 3 requests [MsgId: MMSG-26000]
Action.c(6): t=36133ms: Request done "http://192.168.1.247:8005/Authenticate.aspx?returnurl=http%3a%2f%2f192.168.1.247%3a8005%2fdefault.aspx" [MsgId: MMSG-26000]
Action.c(6): web_url("localdefault.aspx") 最高严重级别为“warning”,73299 个正文字节,2871 个标头字节 [MsgId: MMSG-26388]
正在结束操作 Action。 |
|