I am trying to deploy simple dotnet application (dotnet new webapi) into azure, through the FTPS, But I always see the the same picture by the azure's URL:
The configuration/General settings:
- Stack: .NET Core
- Major version: 3.1
- Minor version 3.1.0
- Startup Command: dotnet < name >.dll
I have tried to publish through Visual Studio with FTP deployment with profile ("Get publish profile" button in the overview). Also I have tried to send all files manually through FTPS. The path i took from publish profile file.
Note: I switched stack to PHP and passed index.html through the FTPS manually - it worked.
Is there step by step guide, to deploy asp net core app through FTPS?
deployment center
then follow these steps – Md Farid Uddin Kiron