webdeploy - Strange Web Deploy access issue -


i'm getting odd problem connecting 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 using administrator account can't understand why it's not allowing access!

i using vs2012 , web deploy 3.0 on server 2008r2 x86.


update

when using command msdeploy.exe -verb:dump -source:iisapp=<sitename>,username=administrator,password=<urpassword>,authtype=‌​basic,computername=https://<yourserver>:8172/msdeploy.axd?site=<sitename> -authtype=basic suggested @shaikhowais following error:

error code: error_user_unauthorized more information: connected remote computer ("[computer name]") using web management service, not authorize. make sure using correct user name , password, site connecting exists, , credentials represent user has permissions access site.

  • "make sure using correct user name , password" - yep.
  • "that site connecting exists" - yep
  • "the credentials represent user has permissions access site" - it's administrator...

as stated in comment above, need qualify username domain admin user belongs.

your script should be:

 msdeploy.exe -verb:dump -source:iisapp=<sitename>,username= <domain>\administrator,password=<urpassword>,authtype=‌​ basic,computername=https://<yourserver>:8172/msdeploy.axd?site=<sitename>  -authtype=basic 

Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -