IIS + Django project reported an error. The fastcgi process exited unexpectedly

Today, after modifying the prompt in IIS + Django project, the web page reported an error “fastcgi process exited unexpectedly”

Processing procedure: 1. Confirm that in the advanced settings of the application pool used by the website, the normal option in the option “identity” in the process model class is “localsystem”

 

2. In “CMD” mode, enter the project directory and run “Python manage. Py runserver” to confirm whether the website code is normal*** This is very important.

3. Restart the server
 

Read More: