Hi,
Does ClickOnce (in VS2008, .NETv3.5) support working through a proxy server with username and password?
thanks
PS. Just tried it and it seems is does not? I got the following errors:
(a) Under firefox:
URLDownloadToCacheFile failed with HRESULT '-2147024891'
(b) under IE
System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
--- Inner Exception ---
System.Net.WebException
- The remote server returned an error: (407) Proxy Authentication Required.
- Source: System
- Stack trace:
at System.Net.HttpWebRequest.GetResponse()
at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
PS. The info in the link belows suggeset it does not fully & robustly - link text