What is it exactly that you are looking for? Are you looking for an ASP.NET web host? Or are you looking for a file upload component to process uploaded files on the server side? ASP.NET supports uploaded files natively. There is actually a control for this, and it provides the functionality necessary to access the files that were uploaded (posted) with the page request. Take a look at the
HtmlInputFile control.