D
davidcbrown
Is the AppUpdater restricted to localhost use? I have an application to
works fine retrieving updates from a virtual directory off of the default
web site, but when I try to create a deployment web site, I get the
following:
System.Net.WebException: The remote server returned an error: (407) Proxy
Authentication Required.
at System.Net.HttpWebRequest.CheckFinalStatus()
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.Samples.AppUpdater.WebFileLoader.UpdateFile(String url,
String filePath)
at Microsoft.Samples.AppUpdater.ServerManifest.Load(String url)
at Microsoft.Samples.AppUpdater.AppUpdater.CheckForUpdates()
I can see the update manifest xml file in the deployment site with IE.
There is no way to specify credentials to AppUpdater, is there?
I have SBS 2003 with ISA 2000 in a very basic configuration. The deployment
web site is just passing the headers back to the default web site. IE
works, AppUpdater does not.
Thanks,
David
works fine retrieving updates from a virtual directory off of the default
web site, but when I try to create a deployment web site, I get the
following:
System.Net.WebException: The remote server returned an error: (407) Proxy
Authentication Required.
at System.Net.HttpWebRequest.CheckFinalStatus()
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.Samples.AppUpdater.WebFileLoader.UpdateFile(String url,
String filePath)
at Microsoft.Samples.AppUpdater.ServerManifest.Load(String url)
at Microsoft.Samples.AppUpdater.AppUpdater.CheckForUpdates()
I can see the update manifest xml file in the deployment site with IE.
There is no way to specify credentials to AppUpdater, is there?
I have SBS 2003 with ISA 2000 in a very basic configuration. The deployment
web site is just passing the headers back to the default web site. IE
works, AppUpdater does not.
Thanks,
David