IIS Server
start net start wmsvcdownload installer:
https://technet.microsoft.com/en-us/library/dd569059(v=ws.10).aspx
then search webDeploy 3.6 (right upper Corner search field)
net start wmsvc & net start msdepsvc
the Web Managment Service must be started, Port 8172 opened
check with telnet
check with browser:
https://52.174.50.95:8172/msDeploy.axd
To diagnose installation problems, Web Deploy MSI logs are placed under %programfiles%\IIS\Microsoft Web Deploy v3
https://www.iis.net/learn/publish/troubleshooting-web-deploy/troubleshooting-common-problems-with-web-deploy
add USer to IIS Managers !!! and on site level to iis Permissions
if username is wrong or ha sno rights, it could be that error 404 (not found) instead of 401 (no rights) is returned
Visual Studio 2015
Server: Ip Adress or name of server, no http etc
SiteName: Default Web Site/test
Username: localhost\admin
pwd...
DestUrl: http://serverNameOrIp/test
test app has to exist on the server
No comments:
Post a Comment