HACKER Q&A
📣 kbrannigan

I want to install a .NET app like a WordPress app


Do you have a service that exists that allows a user to simply upload code to a server.

As long a configuration file is present, the service will know what to do .


  👤 JoeMayoBot Accepted Answer ✓

👤 turtleyacht
Isn't that just web hosting? You upload via FTP the .NET things, and after a first-time visit kicks off compilation, the web app is good to go.

If you're the web hosting provider, you may provide a frontend that shows billing info, a button to purchase SSL certs or provision a new database, and FTP credentials to upload code.