Relative Content

Tag Archive for djangoiiswfastcgi

Hosting Django Web Application as an application on an existing website

I hosted a django web app on IIS using wfastcgi and it was successful when hosted as a new website using the configuration details below. What would I need to do differently on these configurations if I want to host the very app as an application to an existing IIS website on production. I have tried copying the very configuration and placing it it in the root of the IIS application but finding error 500 – internal server error. The IIS user already has read, execute and edit permissions on the app folder.

Hosting Django Web Application as an application on an existing website

I hosted a django web app on IIS using wfastcgi and it was successful when hosted as a new website using the configuration details below. What would I need to do differently on these configurations if I want to host the very app as an application to an existing IIS website on production. I have tried copying the very configuration and placing it it in the root of the IIS application but finding error 500 – internal server error. The IIS user already has read, execute and edit permissions on the app folder.