Remote Compile

Discussion in 'ASP.NET / ASP.NET Core' started by slaandjivaa, Jan 31, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 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
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    I don't believe you can invoke the complier on our server from within a web application. I do not believe you'll have enough right.

    quote:Originally posted by slaandjivaa

    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
    </blockquote id="quote"></font id="quote">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page