'How do I deploy a c# REST-Api
Hello sorry if this is a copy of another question. I have from school learned how to develope a backend in c#, but never how to deploy it remotly. I am well aware I can run it on from my pc at home, but it's not the solution im looking to use. Anybody know some links, videoes etc on how to do so?
Solution 1:[1]
You will most probably use something like IIS to deploy it from your own pc, or on some cloud hosting platform to deploy it remotely.
What you have to research is how to deploy an ASP.NET Web application.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | big boy |
