Your web app is running and waiting for your content

Mike 1 Reputation point
2022-10-19T16:55:56.273+00:00

I use. net framework 4.7.2 to develop projects. When I deploy on azure, the runtime stack I choose is. net 6

After I deploy on Azure cloud service, "Your web app is running and waiting for your content" is displayed. I don't know if it's my runtime stack selection problem. In addition, there is nothing in my cloud service deployment center's log

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,021 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sreeju Nair 12,376 Reputation points
    2022-10-20T05:01:38.363+00:00

    Based on my understanding, you are trying to deploy an application developed on .Net Framework 4.7.2 under .Net 6. This will not work, either you need to choose the runtime stack as 4.xx or upgrade your project to .Net Core

    See the Runtime stack that will be suitable for your application.

    252249-image.png

    https://learn.microsoft.com/en-us/azure/app-service/quickstart-dotnetcore?tabs=netframework48&pivots=development-environment-azure-portal

    Refer the following walkthrough to deploy a .Net framework application to Azure app service.

    https://learn.microsoft.com/en-us/azure/app-service/quickstart-dotnetcore?tabs=netframework48&pivots=development-environment-vs

    Hope this helps

    0 comments No comments

Your answer

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