I'm getting an odd problem with connecting to a server.
The server's logs read:
2013-05-21 11:18:24 [IP ADDRESS] HEAD /msdeploy.axd site=[SITE NAME] 8172 administrator [MY IP] - 401 1 1326 214
I am using the administrator account so I can't understand why it's not allowing access!
I am using VS2012 and Web Deploy 3.0 on Server 2008R2 x86.
UPDATE
When using the command 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 More Information: Connected to the remote computer ("[COMPUTER NAME]") using the Web Management Service, but could not authorize. Make sure that you are using the correct user name 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 that you are using the correct user name and password" - yep.
- "that the site you are connecting to exists" - yep
- "the credentials represent a user who has permissions to access the site" - it's the administrator...