我在WinForms应用程序和WebService之间进行通信时遇到问题。 一开始,WebService没有简单的Authentification:
https://msdn.microsoft.com/en-us/library/xdt4thhy(v=vs.140).aspx
我使用了完全相同的示例,这在我的WebSite和我的WebService之间运行良好。
但是在我的WebService和我的WinForms应用程序之间我有这个错误消息:
----------
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="/Logon.aspx?ReturnUrl=%2fService1.asmx">here</a>.</h2>
</body></html>
--------------
我真的不明白这个错误,但我几乎可以肯定我需要在WinForms应用程序中使用授权方法才能使用WebMethods。
你知道吗?
提前致谢。
问候。