Questions tagged [pyisapie]
11 questions
4
votes
4 answers
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 with the same configuration and it works fine for…

Don
- 16,928
- 12
- 63
- 101
3
votes
2 answers
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 stage where it gave the above mentioned error. I…

Quaspam
- 263
- 1
- 3
- 6
3
votes
2 answers
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 checked it with a very good article…

Alex Kaiser
- 31
- 2
3
votes
1 answer
Error "sqlserver_ado isn't an available database backend" (PyISAPIe on IIS)
I'm having problems connecting my Django project to SQL Server 2008 when using IIS to serve Django and django-mssql to handle transactions. I am using IIS 7 and 64 bit ActivePython 2.7.
Here is my list of installed…

turtlemonvh
- 9,149
- 6
- 47
- 53
2
votes
2 answers
Large POST data is corrupted when using Django/PyISAPIe/IIS
I'm running into a problem with large POST data (>16384 bytes) when using Django 1.2.3, PyISAPIe v1.1.0-rc4, and IIS 7.5.
For example, when submitting approx. 60kB of form data using POST, the following happens:
The first 16kB block of POST data…

knabar
- 1,167
- 1
- 8
- 12
2
votes
1 answer
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:
http://code.djangoproject.com/wiki/DjangoOnWindowsWithIISAndSQLServer
We are receiving a 403 error when trying to…

Sohrab Hejazi
- 21
- 2
1
vote
1 answer
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 detected! You probably did a passthrough with…

Tab
- 155
- 9
1
vote
1 answer
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 on IIS 7 using PyISAPIe. The Isapi.py module that…

ayaz
- 10,406
- 6
- 33
- 48
1
vote
0 answers
Is it unrecommended to run Django on IIS?
I'm going to run Django-based webpage on my not-using Windows labtop.
Some material that I found from web says that I have to use PyISAPIe to run Django on ISS but its last update day is 2009-06-17... You can see that here :…

Sejin Jeon
- 338
- 2
- 4
- 17
0
votes
2 answers
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 which is something we'd prefer not to do.
Does…

Kev
- 118,037
- 53
- 300
- 385
0
votes
0 answers
Error loading cx_Oracle module with IIS and PyISAPIe
I have developed a Django application, and i am
trying to get it to run under IIS on Windows Server 2003. I'm
generally following the Django walkthrough but my db is Oracle.
If I run python from the command prompt and import cx_Oracle, it works
just…

marlen
- 473
- 6
- 20