vscode-azureappservice
vscode-azureappservice copied to clipboard
An error displays in the website after deploying a .NET 9.0 project to the .NET 9 web app
OS: All Build Version: 20240927.1 .NET Version: 9.0.100-rc.1.24452.12
Repro Steps:
- Create a .NET 9.0 web project using command "
dotnet new web". - Create a basic .NET 9 Web App.
- Deploy the .NET 9.0 web project to the basic .NET 9 Web App.
- Execute "Browse Website" action.
- Check whether the "Hello Word!" displays in the webpage.
Expect: The "Hello Word!" displays in the webpage.
Actual:
An error "HTTP Error 500.31 - ANCM Failed to Find Native Dependencies" displays in the web page.
More Info:
- An error "Application Error" displays in the web page after deploying to a Linux .NET 9 web app.
- Based the comments on this bug: https://github.com/microsoft/vscode-azureappservice/issues/2271, the issue should be solved in the next .NET 9.0 RC release.