Config IIS server to Django webserver

Hello ,
I created an IIS server that runs on a Windows operating system using wfastcgi module,mssql,
And I run my application in DJANGO on it, it works fine for me now,
But when I want to run it for my domain I encounter the error “wishproglobal.com took too long to respond.”

I can’t figure out what I’m missing in my settings
I define in EDIT SITE-<BINDINGS HOSTNAME=WISHPROGLOBAL.COM
thanks for all

1 Like

in the settings.py ALLOWED_HOSTS = [‘wishproglobal.com’]
but still the error is apear

1 Like