Every time after publishing my project to iis i need to change in the web config the processPath
attribute from processPath="dotnet.exe"
to processPath="C:\Program Files\dotnet\dotnet.exe"
to start my program.
I know that i can add this attribute/parameter to my project, but i don't know how. In my project i have not a web file config. The config file as i understand is created automaticaaly when i publish my project.