How to publish via ClickOnce from one domain to the other?
Posted
by Irwin
on Stack Overflow
See other posts from Stack Overflow
or by Irwin
Published on 2010-04-22T20:19:21Z
Indexed on
2010/04/22
20:23 UTC
Read the original article
Hit count: 221
Hello
I am trying to deploy an application via Clickonce from one domain, where I'm logged in as DOMAINONE\Irwin
to another, where I am granted permission via DOMAINTWO\deployer
.
When I try this, Visual Studio (2008) reports:
Unable to access \\DOMAINTWO\publishfolder
.
Any advice on how to accomplish this?
© Stack Overflow or respective owner