Perl Command Line within ASP.NET

Discussion in 'ASP.NET / ASP.NET Core' started by homeacademy, Dec 3, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I need to run a perl command line from within VB.Net. The command line looks like this:
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    I don't think you can spawn a shell because of security reasons.

    I'll do more research if that's the case.


    quote:Originally posted by homeacademy

    I need to run a perl command line from within VB.Net. The command line looks like this:
     
  3. Please let me know what you find. If there is another way of doing this (instead of using Shell) please let me know.
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    I don't think you can spawn any process on our server, i tested using various methods.

    Alternative : You can use your vb.net app to make a http call to the perl script.



    quote:Originally posted by homeacademy

    Please let me know what you find. If there is another way of doing this (instead of using Shell) please let me know.
    </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