Can't get dash app run on IIS with flask server
问题 I have two websites (both are using Dash & Flask) on my IIS (Windows Server 2016). The first one is a minimal working example consisting of app.py and web.config. For somehow I cannot get the second site working. Below both examples and the error message is attached. 1 Working Example FastCGI-Settings: PYTHONPATH: C:\inetpub\wwwroot\mvp WSGI_HANDLER: app.server app.py import flask import dash import dash_core_components as dcc import dash_html_components as html server = flask.Flask(__name__)