Tagged Questions
The pyisapie tag has no wiki summary.
4
votes
2answers
352 views
IIS 7.5 crashes after a few requests (with Django + PyISAPIe)
I managed to run Django using IIS as webserver (using PyISAPIe) and everything goes well in my test server, mounting Windows 2008 Server R2 64bit.
Then I installed the application on another server ...
1
vote
1answer
192 views
Problem deploying web.py script on IIS7 via PyISAPIe
I have run into a problem while deploying a web.py single-file API on IIS 7 via PyISAPIe. I am going to talk about that today.
I have successfully been able to deploy several Django web applications ...
1
vote
2answers
424 views
Error LNK1104: cannot open file 'python27.lib' PyISAPIe
Am trying to compile a 64bit version of PyISAPIe using VS2010. Am not used to C/C++ programming but managed to configure some settings for VS2010. Everything went well until it got to the linking ...
1
vote
1answer
338 views
Installing Django/Python on IIS6
We are currently installing the latest version of Django and Python on IIS6. We have followed the instructions on the following site:
...
0
votes
0answers
119 views
Almost there installing Django/Python/PyISAPIe/IIS7, but message “Possible recursion detected” - configuration question
I'm installing Django onto a Windows system with Python 2.6 and IIS7 using PyISAPIe, and I'm so close I can taste it. Creating a little Django project and running it gives me:
Possible recursion ...
0
votes
1answer
360 views
IIS Not Linking to Django with PyISAPIe
I'm trying to run a site with Django on an IIS-based server. I followed all the instructions on the main site (http://code.djangoproject.com/wiki/DjangoOnWindowsWithIISAndSQLServer), and double ...
0
votes
2answers
685 views
Do I need PyISAPIe to run Django on IIS6?
It seems that all roads lead to having to use PyISAPIe to get Django running on IIS6. This becomes a problem for us because it appears you need separate application pools per PyISAPIe/Django instance ...