CliclOnce error



Hi all,

I am trying to deploy an application using ClickOnce deployment. The app is
available on-line only.When I deploy it locally, it works without any
problems. When I set it up into a server (intranet) and try it from there I
get an Message Box saying "Cannot start the application". When I click on
the details... button I get the error below. I have set the FullTrust to
local intranet. The ISS on the server is set to use Windows Authentication,
and I have full access to it (Admin priviledges).

Please help !!!!

The error :

PLATFORM VERSION INFO
Windows : 5.1.2600.131072 (Win32NT)
Common Language Runtime : 2.0.50727.42
System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200)
mscorwks.dll : 2.0.50727.42 (RTM.050727-4200)
dfdll.dll : 2.0.50727.42 (RTM.050727-4200)
dfshim.dll : 2.0.50727.42 (RTM.050727-4200)

SOURCES
Deployment url :
http://ldndevweb01/_WebApplications/PnlCalc/PnlCalcSmartClient.application
Server : Microsoft-IIS/6.0
X-Powered-By : ASP.NET
Application url :
http://ldndevweb01/_WebApplications/PnlCalc/PnlCalcSmartClient_1_0_0_5/PnlCalcSmartClient.exe.manifest
Server : Microsoft-IIS/6.0
X-Powered-By : ASP.NET

IDENTITIES
Deployment Identity : PnlCalcSmartClient.application, Version=1.0.0.5,
Culture=neutral, PublicKeyToken=7f4e3829312a3289, processorArchitecture=msil
Application Identity : PnlCalcSmartClient.exe, Version=1.0.0.5,
Culture=neutral, PublicKeyToken=7f4e3829312a3289,
processorArchitecture=msil, type=win32

APPLICATION SUMMARY
* Online only application.

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later
in the log.
* Activation of
http://ldndevweb01/_WebApplications/PnlCalc/PnlCalcSmartClient.application
resulted in exception. Following failure messages were detected:
+ Downloading
http://ldndevweb01/_WebApplications/PnlCalc/PnlCalcSmartClient_1_0_0_5/PnlCalcSmartClient.exe.config
did not succeed.
+ The remote server returned an error: (403) Forbidden.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [11/10/2006 15:37:49] : Activation of
http://ldndevweb01/_WebApplications/PnlCalc/PnlCalcSmartClient.application
has started.
* [11/10/2006 15:37:50] : Processing of deployment manifest has
successfully completed.
* [11/10/2006 15:37:50] : Installation of the application has started.
* [11/10/2006 15:37:50] : Processing of application manifest has
successfully completed.
* [11/10/2006 15:37:51] : Request of trust and detection of platform is
complete.

ERROR DETAILS
Following errors were detected during this operation.
* [11/10/2006 15:37:51]
System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
- Downloading
http://ldndevweb01/_WebApplications/PnlCalc/PnlCalcSmartClient_1_0_0_5/PnlCalcSmartClient.exe.config
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.DownloadDependencies(SubscriptionState
subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri
sourceUriBase, String targetDirectory, String group, IDownloadNotification
notification, DownloadOptions options)
at
System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState
subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory&
downloadTemp)
at
System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState
subState, ActivationDescription actDesc)
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: (403) Forbidden.
- Source: System
- Stack trace:
at System.Net.HttpWebRequest.GetResponse()
at
System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem
next)

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.


.


Loading