Writing an Online Compiler with ASP. NET 2.0
By: Joel Martinez on Wednesday, December 14, 2005
Reader Level: 
Have you ever found yourself at your cousin's farm needing to recompile your .NET website over their Linux based 56k modem? Perhaps you don't have Visual Studio.NET? Or maybe, you simply want an easy way to give .NET a try.
Well, your problems are solved. The download accompanied by this article includes an ASP.NET page that will allow you to compile .net code in either C# or VB.NET. The resulting
binary file will reside in the web application's root directory where you can download it to your local computer.
The online compiler is written in C# and ASP.NET.



