Hi,
I need help how publish Web API in SnapDevelop to run in iis. Have managed to publish in file system where i can run the executable file in "C:\Users\Administrator\source\repos\PowerServer3\ServerAPIs\bin\Release\netcoreapp3.1\publish\ServerAPIs.exe" The problem is i don't want to be executing the file, is there a way it can just run in IIS?
I want run web api via iis but not via executable file.