Share via

How to Download Publish Profile

Shuva debnath 30 Reputation points
2024-01-16T10:06:21.73+00:00

User's image

After creating the web service, in overview section download publish profile tab is disable. I can't download the profile.

Community Center | Not monitored
0 comments No comments

Answer accepted by question author

  1. Facundo Oslovski 75 Reputation points
    2024-02-08T18:35:57.22+00:00

    When you create the web app on the portal, in the "Deployment>**Authentication settings>**Basic authentication" tab change the option to Enable, the default is Disable.

    User's image

    I sometimes encounter issues with the enable/disable and restart options after creating them.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Kokul Jose 321 Reputation points
    2024-01-16T12:01:04.2833333+00:00

    Fix:- Below are the steps that solved the issue for me.

    • Select Azure Web app which you have created.
    • Under settings --> Configuration --> "General settings" -->turned off "Basic Auth Publishing Credentials" --> Save
    • Navigate back to "Overview" --> Restart webapp.
    • Navigate back to settings--> Configuration-->"General Settings" -->turned on "Basic Auth Publishing Credentials". --> Save
    • Finally, I restarted the web app and "Download publish profile" appeared for me
    • Once it was enabled in the azure portal, when i published website by clicking 'Publish' button, I was also able to successfully publish my web app from Visual Studio.

    enter image description here

    3 people found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.