How to deploy Visual Studio 2010 web application project using Web Deploy method?

This is a small demonstration on how to deploy Web Application Project of Visual Studio 2010 on AccuWebHosting.com server using Web Deploy method.



  1. Open the project in Visual Studio 2010.

  2. Change the Configuration settings of your project. In general the status is set to Debug but for deployment you need to change it to Release status. For configuration settings perform the following steps:

    • Click Build-> Configuration Manager.
    • From the Configuration Manager dialog box, figure out Active Solution Configuration option. From the drop down menu select Release status and then close the dialog box.

      Configuration Manager Settings



  3. To deploy the application perform the following steps:

    • Click Build-> Publish.
    • You can also use the Solution Explorer where, right click on the application name and select Publish option.
    • It will display the following dialog box:

      Web Deploy Settings in Publish Profile

      Here,
      • Specify profile name, if you want to change it, Otherwise, by default it is Profile1.
      • Change Publish Method to Web Deploy.
      • For Service URL, there are three options available:

        • To deploy locally,
          <localhost>
          OR
          <LocalComputerName>
        • To deploy the application remotely through Remote Agent Service, http://<RemoteComputerName>
          OR
          http://<IP Address of Remote Computer>
        • To deploy the application through Windows Management Service, use the value specified by your Hosting Provider,
          <HostedRemoteServer>
          OR
          https://<HostedRemoteServer>:8172/msdeploy.axd

  4. Next option is Site/Application. Its value must be in the form of <IIS Website Name> or <IIS Application Name>.

    For the local servers use the name of website and application as specified in IIS Manager.
    For example, Default Web Site/<ApplicationName>

    To publish the application remotely, use the value given by your hosting provider which contains a domain or domain and application name.
    For example, <DomainName> OR <DomainName>/<Sub Directory>

  5. Check 'Mark as IIS application on destination' option.

  6. Check 'Allow untrusted certificate'.

  7. In the Username and Password field specify your Control Panel log in username and password that has been given either by your Administrator or by your Hosting Provider.

  8. Click on Publish.


Note: The value of "Service URL" are as below.

Windows 2008 clients is - https://www.accu15.com:8172/msdeploy.axd

Windows 2012 clients is - https://www.accu17.com:8172/msdeploy.axd



Was this answer helpful?

« Back

chat