slaandjivaa
01-31-2004, 08:38 AM
Hi all,
I'm working on an asp.net application that will allow remote admin of a site from any web enabled PC. It will handle file upload, download, creation and editing.
However, I prefer to work with the code behind model of asp.net, my question is can I give my application access to the c-sharp compiler (csc) on DiscountASP's server? What I want to do is have an aspx page that will have a textbox or something to enter compiler options which will then call csc passing in these options.
So, can my web apps access the compiler and if so, has anyone ever tried something similar that could give me some pointers?
Any and all help appreciated.
Thanks,
Dave
I'm working on an asp.net application that will allow remote admin of a site from any web enabled PC. It will handle file upload, download, creation and editing.
However, I prefer to work with the code behind model of asp.net, my question is can I give my application access to the c-sharp compiler (csc) on DiscountASP's server? What I want to do is have an aspx page that will have a textbox or something to enter compiler options which will then call csc passing in these options.
So, can my web apps access the compiler and if so, has anyone ever tried something similar that could give me some pointers?
Any and all help appreciated.
Thanks,
Dave