Search
Home IIS.NET Forums General Web Deployment Tool (MS Deploy) The trust relationship between the primary domain and the trusted dom...
Last post Dec 21, 2011 10:34 AM by DanGibbons07
10 Posts
Dec 20, 2011 12:00 PM|LINK
Hi,
I'm trying to get MSDeploy to set some permissions on a folder but when I execute the package based on the following manifest I receive the error message "The trust relationship between the primary domain and the trusted domain failed."
<?xml version="1.0" encoding="utf-8"?> <sitemanifest> <setAcl path="d:\webprojects\testapp\app_data\chartimages" setAclResourceType="Directory" setAclAccess="ReadAndExecute,Write,Delete" setAclUser="abc\admin" /> </sitemanifest>
Any ideas what caould be causing this?
Thanks
Dan
Web Deploy
203 Posts
Dec 20, 2011 03:13 PM|LINK
Do you have ActiveDirectory environment?
It seems you are trying to Sync folder permission from IIS server that is member of different AD Domain
Dec 21, 2011 10:34 AM|LINK
Turns out it didn't like the domain name for some reason so I just dropped the "domainname\" and it all works now.
DanGibbons07
10 Posts
The trust relationship between the primary domain and the trusted domain failed.
Dec 20, 2011 12:00 PM|LINK
Hi,
I'm trying to get MSDeploy to set some permissions on a folder but when I execute the package based on the following manifest I receive the error message "The trust relationship between the primary domain and the trusted domain failed."
<?xml version="1.0" encoding="utf-8"?>
<sitemanifest>
<setAcl path="d:\webprojects\testapp\app_data\chartimages" setAclResourceType="Directory" setAclAccess="ReadAndExecute,Write,Delete" setAclUser="abc\admin" />
</sitemanifest>
Any ideas what caould be causing this?
Thanks
Dan
Web Deploy
Uk-Sam
203 Posts
Re: The trust relationship between the primary domain and the trusted domain failed.
Dec 20, 2011 03:13 PM|LINK
Do you have ActiveDirectory environment?
It seems you are trying to Sync folder permission from IIS server that is member of different AD Domain
DanGibbons07
10 Posts
Re: The trust relationship between the primary domain and the trusted domain failed.
Dec 21, 2011 10:34 AM|LINK
Hi,
Turns out it didn't like the domain name for some reason so I just dropped the "domainname\" and it all works now.
Thanks
Dan