问题描述
我已经在c#.net中创建了一个Web服务,并且运行良好.我正在从我的C应用程序调用此Web服务.一切正常,但是在我的所有响应中,我首先收到Http 100继续,然后收到原始响应.
另外,当我尝试同时击中2台计算机时,我只收到一台计算机的响应,而另一台则超时.
如果有人可以帮助我,我将非常感激.
请寄给我整个项目,因为我也必须比较web.config和其他文件.只需给我一个示例应用程序,以便我可以参考它并找出我的应用程序中的错误.
在此先感谢,
Durai
Hi,
I have created a webservice in c# .net and it worked well. I am calling this webservice from my c application. Everything works fine, but in all my response, i receive Http 100 continue first and then i receive the original response.
Also, when i try to hit simultaneously from 2 machines, i receive response only for one machine and the other goes to timeout.
If anyone can help me, i will be thankfull.
Please send me the whole project, since i have to compare the web.config and other file also. Just give me a sample application, so that i can refer it and find out the bug in my application.
Thanks in Advance,
Durai
推荐答案
这篇关于C#WebService创建的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!