Hey, my aplicattion just keep looping and don´t show anything, my static python files, like saying "hello world" are working, but the flask is not working and when i try to search the aplication it just keeps looping and no error is shown. can you help me?
Hii, any idea what if I got this error instead: 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed. Does this have anything to do with FastCGI ?
Sir I have many installations and imports in my code.Do I need to install them on server.I have Flask code,HTML,Css, javascript used also used opencv in the program and the window should get open on task bar.How can I do this
Hello sir, thank you so much for this tutorial . I have one issue faced that my application runs on server properly but outside the server on local system connected through intranet. It is not working properly(time out).please guide me
whether in the same system is it opening through localhost. If it is opening Please check windows firewall enabled on local system and allow accordingly
Hey, Thanks for the information. Its Very Userful !!
Hey, Thanks for the information. It resolved my error.
Great!
Hey, my aplicattion just keep looping and don´t show anything, my static python files, like saying "hello world" are working, but the flask is not working and when i try to search the aplication it just keeps looping and no error is shown. can you help me?
Hii, any idea what if I got this error instead:
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
Does this have anything to do with FastCGI ?
and if it were done on the Default Website what would the process be?
Sir I have many installations and imports in my code.Do I need to install them on server.I have Flask code,HTML,Css, javascript used also used opencv in the program and the window should get open on task bar.How can I do this
Yes all the dependencies libraries need to be installed on the server too.
thankyou bro. its very useful
👍
I have this error :"Error occurred while reading WSGI handler:..." can you help me please ?
How do I add or deploy more than one flask applications on the IIS server???
It's the same process. Give different port
I followed same steps as you said but still not getting FastCGI settings. I am using IIS 10 and want to deploy plotly dash application.
I will add the deploying plotly dash app video shortly
@@techie5561 Thanks. I used your video as a reference and able to deploy. Now I am unable to deploy Dash App as an application under site.
Hello sir, thank you so much for this tutorial . I have one issue faced that my application runs on server properly but outside the server on local system connected through intranet. It is not working properly(time out).please guide me
whether in the same system is it opening through localhost. If it is opening Please check windows firewall enabled on local system and allow accordingly
Live saver!
Thank you😀
I have this error HTTP Error 500.0 - Internal Server Error
\env\Scripts\python.exe - The FastCGI process exceeded configured request timeout
Where u had put your web.config file
When using the GUI of IIS, it automatically creates web.config in a project folder
Whats are the steps we need to follow if we want to run the website again,
When you host your application on IIS website runs continuously. Please follow the steps as provided in video
Again I have done the same process as explained even though getting same error
Have you tried the basic hello app
I have given permission, even after getting below error
env\Scripts\python.exe - The FastCGI process exited unexpectedly
did you figure it out?