Top "Azure-web-app-service" questions

Use this tag for questions relating to web applications residing on Azure.

Could not load file or assembly System.Web.Http.WebHost after published to Azure web site

I created a web project and it runs well in Visual studio. However, I got the following error after published …

asp.net asp.net-mvc visual-studio azure azure-web-app-service
Connecting to Azure website via FTP

What login credentials do I use to connect to the FTP site that is listed on the dashboard of my …

azure ftp azure-web-app-service
azure error 502 - Web server received an invalid response while acting as a gateway or proxy server

I'm trying to host an azure website and tried troubleshooting for a few hours, but still keep getting the same …

azure-web-app-service http-status-code-500
The configuration file 'appsettings.json' was not found and is not optional

The Azure error is: .Net Core: Application startup exception: System.IO.FileNotFoundException: The configuration file 'appsettings.json' was not found …

azure asp.net-core azure-web-app-service .net-core asp.net-core-webapi
Is there a way to view deployed files in Azure?

Is there a file "view" available in Azure? When I log in to azure to look at a website I've …

azure azure-web-app-service
How do I change the name of an Azure Resource Group?

After the new model was implemented, all of my websites now belong to individual Resource Groups called "Default-Web-East" and all …

azure azure-sql-database azure-web-app-service
What is the difference between an Azure Web Site and an Azure Web Role

What are the material differences between the new Azure Web Sites and the traditional Azure Web Roles for an ASP.…

azure azure-web-roles azure-web-app-service
What is the difference between an API App and a Web App?

I've been reading a few tutorials now on deploying Web Apps and API Apps to Azure. However, I am still …

azure azure-web-app-service azure-api-apps
How can I use NuGet packages in my Azure Functions?

Using Azure Functions, can I reference and use NuGet packages in my C# function?

c# azure azure-functions nuget-package azure-web-app-service
Can you update the web.config file for an Azure web app without redeploying?

I would like to update a database connection string in the web.config file for an application that is currently …

azure web-config azure-web-app-service