Do you have a service that exists that allows a user to simply upload code to a server.<p>As long a configuration file is present,
the service will know what to do .
Web Deploy for Web apps:<p><a href="https://learn.microsoft.com/en-us/iis/publish/using-web-deploy/introduction-to-web-deploy" rel="nofollow">https://learn.microsoft.com/en-us/iis/publish/using-web-depl...</a><p>Click Once for Desktop:<p><a href="https://learn.microsoft.com/en-us/visualstudio/deployment/clickonce-security-and-deployment?view=vs-2022" rel="nofollow">https://learn.microsoft.com/en-us/visualstudio/deployment/cl...</a>
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.<p>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.