Dear WebDeployers,
I am getting this error using the Web Deploy Wizard in Visual Studio Ultimate 2013.
Note that "ClancyCom2" is the name of the application pool on the remote machine which is being used by the destination web site. I believe that is what I should be granting folder permission to on the remote machine. I have set up a ClancyCom2.wpp.targets file to configure the setting of permissions on that remote machine.
Here is the error:
Error 22 Web deployment task failed. ((10/30/2014 5:36:20 PM) An error occurred when the request was processed on the remote computer.)
(10/30/2014 5:36:20 PM) An error occurred when the request was processed on the remote computer.The account 'ClancyCom2' does not appear to be valid. The account was obtained from this location: 'setAclAccess'. Some or all identity references could not be translated. at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess) at System.Security.Principal.NTAccount.Translate(Type targetType) at Microsoft.Web.Deployment.Impersonator.GetNTAccount(String userName, String source) 0 0 ClancyCom2
There is a similar error in the event log of the remote server.
Strangely I had this working and I do not know what I have changed.
I do not understand why it thinks that 'ClancyCom2' is not a valid account ? Should an Application Pool be viewed as a "valid account" ?
Any help would be appreciated.
Thanks
Terry Clancy