locked
How to publish only a changed ASP.net page to Cloud on VS2017 RRS feed

  • Question

  • User-775831949 posted

    I have uploaded my web site to Azure.

    Then I changed only one aspx page (a web form).

    Where to click on VS2017 so that only that changed page is published ?

    Thanks

    Monday, May 29, 2017 1:56 PM

Answers

  • User1967761114 posted

    Hi hkbeer,

    According to your description, when you are publishing to an existing website on azure use visual studio, it will auto only upload the changed files, you could click “Preview” to see the files that will be uploaded.

    If you have any other questions, please feel free to contact me any time.

    Best Regards

    Even

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, June 1, 2017 7:16 AM

All replies

  • User1967761114 posted

    Hi hkbeer,

    According to your description ,I’m not sure which way you used to deploy your app to azure.

    About how to deploy your app to azure ,you could refer to the following link, there has several ways to do it.

    https://docs.microsoft.com/en-us/azure/app-service-web/web-sites-deploy

    In your case, for example, if you used FTP to upload file , you could connect to FTP by host name , account and password, and then copy the changed files to FTP(if the aspx.cs file also changed ,you could copy the assembly of the web site to FTP too).

    If you have any other questions, please feel free to contact me any time.

    Best Regards

    Even

    Tuesday, May 30, 2017 3:07 AM
  • User-775831949 posted

    Hello

    I am using Visual Studio 2017 Community version to publish to Azure.

    Anyway to only publish changed page at one time ?

    Tuesday, May 30, 2017 9:32 AM
  • User1967761114 posted

    Hi hkbeer,

    According to your description, when you are publishing to an existing website on azure use visual studio, it will auto only upload the changed files, you could click “Preview” to see the files that will be uploaded.

    If you have any other questions, please feel free to contact me any time.

    Best Regards

    Even

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, June 1, 2017 7:16 AM