How to deploy flask webApp in Windows server 2003

-5

How to host Flask web app on windows server 2003 R2. Please explain in detailed steps. I have not found any resource on internet to deploy in Windows server 2003.

I want to host in intranet. Please anyone help me.

So I have tried to create a site in IIS on windows 10. when iam browsing the URL then iam getting the error.

Error Code 0x80070021 Config Error This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".

python
flask
asked on Stack Overflow Jul 12, 2019 by DileepKumar M • edited Jul 12, 2019 by DileepKumar M

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0