Publishing problem

J

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)
 
M

Mr. Arnold

John said:
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
 
J

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
 
M

Mr. Arnold

John said:
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.
 
J

John

Its a pretty standard MS configuration so I guess someone must have come
across this before. :)

Thanks

Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top