Praveen Kumar
Praveen Kumar

Reputation: 1658

How can I host a Python Web API built with Flask on IIS?

I have developed a Python-based Web API using frameworks such as Flask or FastAPI and need to deploy it on an IIS (Internet Information Services) server. The goal is to make the API accessible within my organization's network.

Here is what I have completed so far:

  1. Installed Python and added it to the system's PATH.
  2. Created a virtual environment and installed all necessary dependencies (e.g., Flask).
  3. Tested the API locally using python app.py or a similar command, and it is functioning as expected.

What are the steps to host this Python Web API on an IIS server running on Windows OS?

Upvotes: 0

Views: 45

Answers (0)

Related Questions