Using C#.NET, i wrote a toolbar which is stored now into toolbar.cs file.
I want to upload this file to my FTP server with another php file say : compiler.php
i want to be able to compile the toolbar.cs file when i access to
http://www.mysite.com/toolbar.php
Then a new file is created in the same directory containing the ready to download executable.
The reason why i'm trying to do that, is to create a website that create custom toolbars with personalized features for my users.