I need to get through the programming, the result of processing a page in ASP.NET, but I can not use IIS.
Pseudocode that I need:
processePagina("c:\caminho\para\meu\aspx\index.aspx", "url.ficticia?param1=valor1.....")
This code has to return the same as the browser would receive if it had accessed the file by IIS.
Detail, I can not use IIS Hostable Web Core because I can not install anything on the client computer and have to support Windows XP.
Any ideas how to do this?