Home All Groups Group Topic Archive Search About
Author
29 Apr 2007 2:51 PM
John
Hi

I am publishing a vb.net app to a remote ftp/web site. This seems to go
successfully. Once I try to install the app by using the url
http://www.mydomain.com/publish.htm and pressing the Run button, I get the
'(407) Proxy Authentication Required error' and application install fails.
What is the problem and how can I fix it? I am trying to install the app on
an SBS 2003 (windows 2003 Server + ISA 2000) server.

Thanks

Regards


= Error ======================

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later
in the log.
* Activation of http://www.domain.com/MyApp.application resulted in
exception. Following failure messages were detected:
  + Downloading http://www.domain.com/MyApp.application did not succeed.
  + The remote server returned an error: (407) Proxy Authentication
Required.

ERROR DETAILS
Following errors were detected during this operation.
* [29/04/2007 05:40:50]
System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
  - Downloading http://www.domain.com/MyApp.application did not succeed.
  - Source: System.Deployment
  - Stack trace:
   at
System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem
next)
   at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
   at
System.Deployment.Application.FileDownloader.Download(SubscriptionState
subState)
   at
System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri&
sourceUri, String targetPath, IDownloadNotification notification,
DownloadOptions options, ServerInformation& serverInformation)
   at
System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirectBypass(SubscriptionStore
subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState,
IDownloadNotification notification, DownloadOptions options,
ServerInformation& serverInformation)
   at
System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore
subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState,
IDownloadNotification notification, DownloadOptions options)
   at
System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri
activationUri, Boolean isShortcut)
   at
System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object
state)
  --- 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)

Author
29 Apr 2007 3:32 PM
Mr. Arnold
"John" <John@nospam.infovis.co.uk> wrote in message
news:%233leQ3miHHA.392@TK2MSFTNGP06.phx.gbl...
> Hi
>
> I am publishing a vb.net app to a remote ftp/web site. This seems to go
> successfully. Once I try to install the app by using the url
> http://www.mydomain.com/publish.htm and pressing the Run button, I get the
> '(407) Proxy Authentication Required error' and application install fails.
> What is the problem and how can I fix it? I am trying to install the app
> on an SBS 2003 (windows 2003 Server + ISA 2000) server.
>
>

Google is your friend.

http://www.smartcomputing.com/techsupport/detail.aspx?guid=&ErrorID=22097
Author
29 Apr 2007 4:09 PM
John
How does one login to the proxy server in the context of publishing? Is
there a place where I can enter credentials in either the app package or
somewhere else during the process? The server allows accessing other web
sites just fine.

Thanks

Regards

Show quoteHide quote
"Mr. Arnold" <MR. Arn***@Arnold.com> wrote in message
news:4A0AC654-398A-4B9C-AFB4-9AC63C46B077@microsoft.com...
>
> "John" <John@nospam.infovis.co.uk> wrote in message
> news:%233leQ3miHHA.392@TK2MSFTNGP06.phx.gbl...
>> Hi
>>
>> I am publishing a vb.net app to a remote ftp/web site. This seems to go
>> successfully. Once I try to install the app by using the url
>> http://www.mydomain.com/publish.htm and pressing the Run button, I get
>> the '(407) Proxy Authentication Required error' and application install
>> fails. What is the problem and how can I fix it? I am trying to install
>> the app on an SBS 2003 (windows 2003 Server + ISA 2000) server.
>>
>>
>
> Google is your friend.
>
> http://www.smartcomputing.com/techsupport/detail.aspx?guid=&ErrorID=22097
Author
29 Apr 2007 5:22 PM
Mr. Arnold
"John" <John@nospam.infovis.co.uk> wrote in message
news:%23vgAHjniHHA.688@TK2MSFTNGP03.phx.gbl...
> How does one login to the proxy server in the context of publishing? Is
> there a place where I can enter credentials in either the app package or
> somewhere else during the process? The server allows accessing other web
> sites just fine.
>
> Thanks
>
> Regards

I don't know. You'll going to have to do some research on the problem. I can
tell you that the authentication issue is most likely an issue is with the
ISA 2000 acting as a proxy for the Web server.
Author
29 Apr 2007 5:33 PM
John
Its a pretty standard MS configuration so I guess someone must have come
across this before. :)

Thanks

Regards

Show quoteHide quote
"Mr. Arnold" <MR. Arn***@Arnold.com> wrote in message
news:778C24DC-4DE2-4822-9A60-F3A5AA6C5B13@microsoft.com...
>
> "John" <John@nospam.infovis.co.uk> wrote in message
> news:%23vgAHjniHHA.688@TK2MSFTNGP03.phx.gbl...
>> How does one login to the proxy server in the context of publishing? Is
>> there a place where I can enter credentials in either the app package or
>> somewhere else during the process? The server allows accessing other web
>> sites just fine.
>>
>> Thanks
>>
>> Regards
>
> I don't know. You'll going to have to do some research on the problem. I
> can tell you that the authentication issue is most likely an issue is with
> the ISA 2000 acting as a proxy for the Web server.
>
>