Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error trying to publish my web app from VS Community 2015 to Azure. Error: Can't find existing loaded project:http://localhost:55809

This was working fine yesterday. I made several changes to my system (updates from VS Community 15) and the Azure SDK updates, etc., - as was recommended by the software.

Today, when I right click on the web app and select Publish (using the same or manually entered public information) I see the following error on my Azure App Service Activity tab:

Can't find existing loaded project:http://localhost:55809

I have since tried other publish profiles, none seem to work. I can successfully build and run the web app on localhost.

like image 674
General Chad Avatar asked Dec 10 '15 15:12

General Chad


People also ask

How do I publish my Azure Web app from Visual Studio?

Create or open an Azure cloud service project in Visual Studio. In Solution Explorer, right-click the project, and, from the context menu, select Convert > Convert to Azure Cloud Service Project. In Solution Explorer, right-click the newly created Azure project, and, from the context menu, select Publish.

How do I publish an app in Visual Studio 2015?

You can open the publish dialog by “Right Click” on the project, then selecting “Publish” on the floating menu. Step 2: Create Profile. As a first step, you should create a profile before publishing. This is just one kind of grouping, say for example you can create multiple profile one for Azure and one for local.

How do I publish from Azure App Service to VS code?

Create a new web application in Visual Studio Code. Publish the app to Azure App Service. Update the app in Visual Studio Code and publish the updates.


1 Answers

In Visual Studio, go to View -> Other Windows -> Web Publish Activity and you will see the Azure App Service Activity window.

Click on the Publish web icon that you will find there. It should work.

like image 55
Luis Beltran Avatar answered Oct 20 '22 08:10

Luis Beltran