I get a strange problem connecting to the server.
Server logs are read:
2013-05-21 11:18:24 [IP ADDRESS] HEAD /msdeploy.axd site=[SITE NAME] 8172 administrator [MY IP] - 401 1 1326 214
I use an administrator account, so I do not understand why it does not allow access!
I am using VS2012 and Web Deploy 3.0 on a 2008R2 x86 server.
UPDATE
When using the msdeploy.exe -verb:dump -source:iisApp=<sitename>,username=administrator,password=<urpassword>,authtype=ββbasic,computername=https://<yourserver>:8172/msdeploy.axd?Site=<sitename> -authtype=basic , as suggested by @ShaikhOwais, I get the following error:
Error code: ERROR_USER_UNAUTHORIZED Additional information: connected to a remote computer ("[COMPUTER NAME]") using the web management service, but is not allowed. Make sure that you are using the correct username and password, that the site you are connecting to exists, and that the credentials represent a user who has permissions to access the site.
- "Make sure you use the correct username and password" - yep.
- "that the site you are connecting to exists" - yep
- "credentials represent a user who has permissions to access the site" - this is the administrator ...
dav_i source share