Skip to main content

How to run Python On IIS

 Dear All, 

If you want to run Python On IIS it's very simple and easy 


1) Download Python from the Download Python | Python.org 

2) Open The IIS and setup your new web application 

3) Make sure your project directly don't have any Spaces 

4) Setup the handler mapping 







Thats it and your pyton script will run on browser 

Comments