Ask HN: I want to install a .NET app like a WordPress app

1 points by kbrannigan ↗ HN
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 .

2 comments

[ 14.9 ms ] story [ 761 ms ] thread
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.