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.
Can you host more than one application on the same server?
Yes you can, you just need to make sure that you have a PS "server" instance running for each Application and that they each have a unique network port number that they are listening on.
Regards ... Chris