How to run python scripts on iis server

Eslam Ali 0 Reputation points
2024-05-05T21:51:30.06+00:00

I want to run python scripts on iis server in detailed steps, thanks in advance

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,285 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 31,171 Reputation points Microsoft Vendor
    2024-05-06T00:25:42.28+00:00

    Hi Eslam Ali

    Thanks for posting in the Q&A forum.

    Windows Server does not come with Python. You can download the Python installer from python.org and install it manually.

    https://www.python.org/downloads/

    Once this is done, you can open CMD or Windows PowerShell and run your Python script like

    python C:\path\YourScript.py

    The beginner‘s guide for python can be found over here.

    https://wiki.python.org/moin/BeginnersGuide

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments