I'am thinking now a few day's about whats the best way is to give many users access via FTP to my server to upload there ASP.NET apps and execute it safetly.
I think I will use ProFTPD with mod-mysql and "CreateHome on" so I can manage all the user logins easily in a database and the user folders would create automaticly for me on first login.
My main problem is this: How can I make that the ASP.NET app can't go outside of the FTP user home dir? I readed that in the PHP world this problem could be solved with suEXEC when using the Apache2 webserver.
Can I do the same when using the fastcgi-mono-server?
Or is there any better solution with other webserver like NGINX or lighttpd?
Any tips how can I do this project at best and easiest?