I have a developer that wrote an HTML form (performs a POST through CGI). I would like to redirect the form post to an ASP.NET application to process the CGI arguments. There should be a .NET object that will give me access to the CGI arguments, preferably already parsed. My problem is that I cannot find that object. I clearly am not using the right key words when I search the MSDN help files. Is there anyone out there that can help me out? It should be just a few lines of code.