I have ASP.NET Web Application (IIS). From web form page, I am running dos bat file that include some python script file. Dos bat file is running fine but python script file is not executed. What security do I need to configure?
ASP Web Form -> [Run Batch File]->inside batch file-> python helloworld.py
Thanks you