简体   繁体   中英

VS Web Deploy - Server name

In Visual Studio 2017 Publish method - web deploy, how do you find the azure Server name to enter on the configuration screen? In the past I used below but it no longer works: https://1005db481f3448ec91913fb98b9b279e.cloudapp.net:8172/MsDeploy.axd

Hello and welcome to Stack Overflow!

Assuming you're trying to publish to an Azure Web App, if you're not sure about what the Server and Site names are, I'd suggest you download the .publishsettings file from the Azure portal using "Get publish profile" option, and import that into VS. Check this section for a detailed walkthrough.

It would usually look something like this:

发布向导

Or if you have an Azure VM as the publish target, use the Azure Virtual Machines option in the publish wizard to simplify deployment.

Note: The link mentioned in the question is broken. So if you still see issues despite trying the above options, please post a screenshot and we can troubleshoot further.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM