Calling python script from ASP.net 2.0 C#?

ezo

New member
Hi guys,
I need help on how to call a script from ASP.net 2.0. I need to call a specific program from ASP.net, and what makes it hard is I have to allow the reader upload some text files, and then those text files need to be pass as an argument to the external script, python in this case. So those upload files, are the input for the external script, and then I have to allow the reader also to run specific part of the program. There is simple if statement on the external script, so somehow, don't know how, when the reader choose option 1 on ASP.net, this value has to somehow connect to the python, and it just do it for the other one. The important issue that I need to fix is how to call that specific program ( not the whole program, I know how to open .exe files) and how to pass those upload text files as an arguments to python, and how to save the output files of the external command on the website, regarding that the number of output files is dynamic.
THANKS YOU COMPUTER NERD GUYS !
 


Write your reply...
Back
Top