i have a python script file which use DeepFace library.
everything is ok when run it in VSCode, but how to deploy the file in iis to be use it as web api?
iis link: http://localhost/face/face.py
iis return:
HTTP Error 404.3 – Not Found
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.
i tried to add .py to iis MIME.
also tried to edit web.config file and added some handlers but nothing working