Hello,
I'm using a startup file for my web app and setting the path in startup command.
However every time I publish my .net 5 application to the web app from visual studio the startup command goes back to dotnet {name}.dll.
Any idea how I can prevent this?
Thanks in advance.