Hosting Django application at IIS 10 server with my specific domain

Sara Rubinstein 0 Reputation points
2024-01-25T11:00:15.07+00:00

hallo' i created an iis server that run on WIN os that host Django application using wfastcgi module ,db mssql
and i run when i run the app at localhost its work fine,
but when i want to run it for my domain i encounter the error :"wishproglobal.com took too long to responsed"

i stop the firewall!
i add in the settings.py ALLOWED_HOST=['wishproglobal.com'] i defined in iis edit site ->Binding ->Hostname ="wishproglobal.com"
but when i browse the domain i get error who can help me figure out what i am missing in my defination

Windows development Internet Information Services
Windows for business Windows Server User experience Other
Developer technologies .NET Other
{count} votes

1 answer

Sort by: Most helpful
  1. Sam Wu-MSFT 7,561 Reputation points Microsoft External Staff
    2024-01-26T09:27:24.8633333+00:00

    @Sara Rubinstein There are many reasons for this error, It could be that your port is closed, please check your IP and Port in wishproglobal.com if its status is closed then this message will be shown, please open this Port.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.