Hi,
I have a simple api application that runs perfectly when executed using "dotnet app.dll" command, but does not work when published in local IIS.
dotnet --version = 2.1.4
I already tried to publish:
- Using command "dotnet publish $ SolutionFilePath -c Release -o $ publishPath"
- Using "Publish" of Visual Studio 2017
IIS configuration is the same as this -> https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/?tabs=aspnetcore2x
Thanks