How do I find my webserver name?

Discussion in 'Visual Studio' started by barnyardtech, May 18, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I found the following instructions on deploying my web app. How do I determine the webserver name as described in the red bullet?

    To publish your web application using Web Deploy:

    •Open the project in Visual Studio 2010.
    •Click Build -> Publish. This will bring up the "Publish Web" dialog box.
    •Change the "Publish Method" to Web Deploy.
    In the "Service URL" field, enter: "https://[webserver].discountasp.net:8172/MsDeploy.axd ([webserver] is the actual server name, for example; web701).
    •In the "Site/application" field, enter: "[domainName]/[subdirectory], e.g.; yourhosteddomain.com/app1. Replace [subdirectory] with the directory you wish to publish the application to.
    •Check Mark as IIS application on destination.
    •Check Allow untrusted certificate.
    •In the username field, enter your Control Panel login user name (not to be confused with FTP login).
    •In the password field, enter your password.
    •Click Publish.
     
  2. You can find this in the Account Info/Edit page and under the Server Information section, you'll see the Server Name
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page