|
程序:.NET框架,B/S系统。
录制时是正常的,回放的时候总是提示26612错误,具体错误信息如下:
.......
Action.c(16): Found resource "http://192.168.1.201:8080/App_Themes/Basic_Theme/Web/eorderTitleExplain.gif" in HTML "http://192.168.1.201:8080/Modules/Web/WOO001.aspx" [MsgId: MMSG-26659]
Action.c(16): Warning -26628: HTTP Status-Code=403 (Forbidden) for "http://192.168.1.201:8080/Modules/Web/" [MsgId: MWAR-26628]
Action.c(16): web_url("WOO001.aspx") highest severity level was "warning", 340094 body bytes, 10668 header bytes [MsgId: MMSG-26388]
Action.c(50): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://192.168.1.201:8080/Modules/Web/WOO001.aspx" [MsgId: MERR-26612]
Action.c(50): web_custom_request("WOO001.aspx_2") highest severity level was "ERROR", 7662 body bytes, 240 header bytes [MsgId: MMSG-26388]
Ending action Action.
Ending iteration 1.
从错误信息上看,在第二行“Warning -26628”后的地址少了"WOO001.aspx",其实要进入的正确地址是“http://192.168.1.201:8080/Modules/Web/WOO001.aspx",再看应用程序,发现出错的页面都有用到一个.NET的component one控件,也就是只要用到这个C-ONE控件的页面,在回放时都只能进到xxx.aspx的上一级目录,即“http://192.168.1.201:8080/Modules/Web/",其它没有C-ONE控件的页面回放都是正常的。请问这个要怎么解决?
[ 本帖最后由 xiaodnilin 于 2010-4-28 10:26 编辑 ] |
|