【发布时间】:2009-07-21 15:48:58
【问题描述】:
我同时从应用程序和服务发出 Web 请求。从应用程序(用户上下文),请求工作正常。但是,服务(LocalSystem 上下文)捕捉到了这一点:
System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required.
为什么应用程序可以退出,而服务却不能?我需要将一些代理凭据导入服务吗?
【问题讨论】: