I ran a Flask app and deployed in IIS. And the web appeared the message called "Internal Server Error 500" and "error code 0x80070005". But I definitely followed the steps from Microsoft document. Then, another web with django also failed. However, the web with django can ran previously.
I do not understand why they happened. Can anybody tell the reasons about why the new web failed so that another web was affected
how to fix the web with django ?
how to deploy the app with flask successfully ?
The django setting which I have done
Because of reputation, I cannot paste more links. The steps are the same
Here is my web config about django project
Thanks!!
User contributions licensed under CC BY-SA 3.0