Django Deployment with IIS & HttpPlatformHandler

I’ve set up my Django project on a web server and its able to run properly when using “py manage.py runserver” but when trying to load the project on IIS, it does not run and gives me 502.3 Bad Gateway.

I’ve followed this. Unlike the tutorial, however, I have a templates folders and a statics folder which I believe IIS is not reading properly. My physical path is C:\websites\Vin Scriber Project\Web App and I’ve also tried having my physical path as C:\websites\Vin Scriber Project, but they both give me bad gateway error.

And here is my web.config:

I’ve had no experience configuring IIS web servers before so any help is appreciated