|
7#
楼主 |
发表于 2009-1-6 14:17:37
|
只看该作者
braser-->asp.net server-->WCF server-->DB server
今天我在asp.net server,WCF server上面都加了LOG日志
发现都没有接收到浏览器发过来的请求
脚本有发送request的代码的
web_custom_request("OZZO.Oversea.US.InvoiceManagement.WebUI.SKUConfigSetup,OZZO.Oversea.US.InvoiceManagement.WebUI.ashx",
"URL=http://10.1.41.194:888/InvoiceMgmt/ajaxpro/OZZO.Oversea.US.InvoiceManagement.WebUI.SKUConfigSetup,OZZO.Oversea.US.InvoiceManagement.WebUI.ashx",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/plain",
"Referer=http://10.1.41.194:888/InvoiceMgmt/Pages/ServicePricing/Config/SKUConfigSetup.aspx#",
"Snapshot=t3.inf",
"Mode=HTML",
"EncType=text/plain; charset=utf-8",
"Body={\"query\":{\"Condition\":{\"CompanyCode\":null,\"TransactionNumber\":null,\"SKUNO\":null,\"ItemCode\":\"3000001730010\",\"Status\":\"O\",\"FromDate\":null,\"ToDate\":null},\"PagingInfo\":{\"PageSize\":10,\"PageIndex\":0}}}",
LAST);
但是asp.net server的log现实没有收到
我分别用ajax,web(http),web(http+web server)三个协议录制了脚本,运行的时候都是一样的情况
请求都没有发送到asp。net server端
为什么呢?
继续等待 |
|