473,503 Members | 939 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error installing published app

Hi

When I try to install a published app using a url like
http://www.mydomain.com/publish.htm, it starts the download but then comes
up with the eror given at the end below. I am installing the app on an sbs
2003 (windows 2003 + ISA 2000) server. I suspect ISA 2000 is the problem but
don't know where and how to give proxy credentials in the whole publishing
and installing process. Any help to fix this will be appreciated.

Thanks

Regards
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later
in the log.
* Activation of http://www.mydomain.com/MyApp.application resulted in
exception. Following failure messages were detected:
+ Downloading http://www.mydomain.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.
* [06/05/2007 02:38:13]
System.Deployment.Application.DeploymentDownloadEx ception (Unknown subtype)
- Downloading http://www.mydomain.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.Downl oad(SubscriptionState
subState)
at
System.Deployment.Application.DownloadManager.Down loadManifestAsRawFile(Uri&
sourceUri, String targetPath, IDownloadNotification notification,
DownloadOptions options, ServerInformation& serverInformation)
at
System.Deployment.Application.DownloadManager.Down loadDeploymentManifestDirectBypass(SubscriptionSto re
subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState,
IDownloadNotification notification, DownloadOptions options,
ServerInformation& serverInformation)
at
System.Deployment.Application.DownloadManager.Down loadDeploymentManifestBypass(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)

May 6 '07 #1
5 1743

"John" <Jo**@nospam.infovis.co.ukwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Hi

When I try to install a published app using a url like
http://www.mydomain.com/publish.htm, it starts the download but then comes
up with the eror given at the end below. I am installing the app on an sbs
2003 (windows 2003 + ISA 2000) server. I suspect ISA 2000 is the problem
but don't know where and how to give proxy credentials in the whole
publishing and installing process. Any help to fix this will be
appreciated.
I think it comes down to you have to set the *Client* to give the
authentication. I don't know of that *Client* authentication is produced at
an O/S level, ISA client software, or maybe you set the client machine's
browser to give the authentication.

I think a solution is in the links for you or is going to get you in the
ballpark.

BTW, Google is your friend.

http://support.microsoft.com/kb/309814
http://preview.tinyurl.com/3slqb
May 6 '07 #2
Hi

This app was published to an ftp/web site using the Publish Wizard in
VS2005. The app installs fine from url on a standalone PC. So the problem
seems to be ISA2000. What I am not sure is how to provide the
authentication. I can't see anywhere in the publish process to enter the
authentication. On the SBS 2003 (Win 2003/ISA2000) server where I am trying
to install the app there is no firewall client as it is not recommend on a
server. So I am really at a loss how to provide the proxy authentication in
this scenario. Has no one ever published an app and had to install their app
behind ISA 2000?

Thanks

Regards

"Mr. Arnold" <MR. Ar****@Arnold.comwrote in message
news:E4**********************************@microsof t.com...
>
"John" <Jo**@nospam.infovis.co.ukwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>Hi

When I try to install a published app using a url like
http://www.mydomain.com/publish.htm, it starts the download but then
comes up with the eror given at the end below. I am installing the app on
an sbs 2003 (windows 2003 + ISA 2000) server. I suspect ISA 2000 is the
problem but don't know where and how to give proxy credentials in the
whole publishing and installing process. Any help to fix this will be
appreciated.

I think it comes down to you have to set the *Client* to give the
authentication. I don't know of that *Client* authentication is produced
at an O/S level, ISA client software, or maybe you set the client
machine's browser to give the authentication.

I think a solution is in the links for you or is going to get you in the
ballpark.

BTW, Google is your friend.

http://support.microsoft.com/kb/309814
http://preview.tinyurl.com/3slqb


May 6 '07 #3

"John" <Jo**@nospam.infovis.co.ukwrote in message
news:e8****************@TK2MSFTNGP03.phx.gbl...
Hi

This app was published to an ftp/web site using the Publish Wizard in
VS2005. The app installs fine from url on a standalone PC. So the problem
seems to be ISA2000. What I am not sure is how to provide the
authentication.
An FTP site is different and a client of any kind may be able to access the
site with no issues. After all, it's FTP that may be possibly open to the
public with Anonymous credentials being used.
I can't see anywhere in the publish process to enter the authentication.
You can't give the authentication the way you seem to think that you can do
it.

If it's there you would have seen it. It's not there and I don't think you
can give it the way you want, otherwise, you would have seen the solution by
now.

>On the SBS 2003 (Win 2003/ISA2000) server where I am trying to install the
app there is no firewall client as it is not recommend on a server.
I think you are off base here about the client. You just said that the
application installed fine from a pc to the FTP site, which I'll take it
you're trying to do the same to install to this WEB site for HTTP.

That machine with the browser, some kind of ISA client software possibly on
that machine or the O/S on the machine must give the Authentication to the
ISA server.
So I am really at a loss how to provide the proxy authentication in this
scenario. Has no one ever published an app and had to install their app
behind ISA 2000?
If it were me, I would have ended it long ago and just called MS Tech
Support (paid for support if need be), I would be done with it and I would
have moved on.

Maybe, you need to do the same.

May 6 '07 #4
Hi

Just for clarification;

1. Application gets published from vs2005 fine.

2. The published application gets installed fine from the url on a
standalone PC.

3. Application does not gets installed from the url on the sbs server
(win2003+ isa2000). Raising the suspicion specially with the proxy
authentication error that it is ISA2000.

I asked here as it seems to be a fairly standard set-up and I wondered if
someone else had a similar experience.

Thanks

Regards
"Mr. Arnold" <MR. Ar****@Arnold.comwrote in message
news:3F**********************************@microsof t.com...
>
"John" <Jo**@nospam.infovis.co.ukwrote in message
news:e8****************@TK2MSFTNGP03.phx.gbl...
>Hi

This app was published to an ftp/web site using the Publish Wizard in
VS2005. The app installs fine from url on a standalone PC. So the problem
seems to be ISA2000. What I am not sure is how to provide the
authentication.

An FTP site is different and a client of any kind may be able to access
the site with no issues. After all, it's FTP that may be possibly open to
the public with Anonymous credentials being used.
>I can't see anywhere in the publish process to enter the authentication.

You can't give the authentication the way you seem to think that you can
do it.

If it's there you would have seen it. It's not there and I don't think you
can give it the way you want, otherwise, you would have seen the solution
by now.

>>On the SBS 2003 (Win 2003/ISA2000) server where I am trying to install the
app there is no firewall client as it is not recommend on a server.

I think you are off base here about the client. You just said that the
application installed fine from a pc to the FTP site, which I'll take it
you're trying to do the same to install to this WEB site for HTTP.

That machine with the browser, some kind of ISA client software possibly
on that machine or the O/S on the machine must give the Authentication to
the ISA server.
>So I am really at a loss how to provide the proxy authentication in this
scenario. Has no one ever published an app and had to install their app
behind ISA 2000?

If it were me, I would have ended it long ago and just called MS Tech
Support (paid for support if need be), I would be done with it and I would
have moved on.

Maybe, you need to do the same.

May 6 '07 #5

"John" <Jo**@nospam.infovis.co.ukwrote in message
news:eh******************@TK2MSFTNGP02.phx.gbl...
Hi

Just for clarification;

1. Application gets published from vs2005 fine.
The last time I used VS 2005 to publish, I published to a local folder on
the workstation and copied the files to the Web server.
>
2. The published application gets installed fine from the url on a
standalone PC.
The stand alone PC and a Web server or ISA are two different things.
>
3. Application does not gets installed from the url on the sbs server
(win2003+ isa2000). Raising the suspicion specially with the proxy
authentication error that it is ISA2000.
Agreed, then why don't you turn the authentication off, install the app, and
turn the authentication back on, even if you have to take the Web server or
ISA offline? If the authentication is not active during the time of the
install, how is it going to ask for authentication?
>
I asked here as it seems to be a fairly standard set-up and I wondered if
someone else had a similar experience.
You may have someone post with a solution, but that seems questionable. And
sometimes, you simply need to take matters into your own hands.

May 6 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1861
by: Darek | last post by:
Hello, I'm trying to install PHP5. My configure is ../configure --with-apxs=/usr/local/sbin/apxs -- prefix=PREFIX=/usr/local/php5/ --with-mysql --disable-pear then make and make install ...
5
16217
by: Tony Wright | last post by:
Hi, I am having a problem installing an msi for a web site. The error message I am getting is: "The specified path 'http://mipdev05/features/Fas2' is unavailable. The Internet Information...
7
4978
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
0
2606
by: Benny Ng | last post by:
Hi,All, When i deploy Enterprise library with my application ,i used XCOPY to deploy it into my test server. But when application runs, shown some error related registry. (But actually I haven't...
0
1264
by: schoenfeld1 | last post by:
I've published shareware and have distributed the installation package as an MSI. I noticed once an "Unknown Publisher" error when I downloaded and installed my software on some machine, but I...
0
1108
by: clickon | last post by:
I am working on a portal web application that is largely modular. I have been working on it on a "development" website. Some sections have been tested and are complete. I decided to set up a...
0
1608
by: Doug | last post by:
I had a working NT2000 member server running IIS Ver.5.0 with a published ASP.NET application for the past couple years. I felt the need to join the server to my AD Domain and load AD on the...
14
2032
by: brett | last post by:
I have an ASP.NET 2.0 web application that runs fine on my local machine. However, once I upload it, I get this error: Parser Error Description: An error occurred during the parsing of a...
5
1118
by: John | last post by:
Hi When I try to install a published app using a url like http://www.mydomain.com/publish.htm, it starts the download but then comes up with the eror given at the end below. I am installing the...
0
7203
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7339
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7463
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5581
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5017
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3168
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3157
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1515
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
389
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.