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 managed to run Django using IIS as webserver (using PyISAPIe) and everything goes well in my test server, mounting Windows 2008 Server R2 64bit.
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 check
We are currently installing the latest version of Django and Python on IIS6.We have followed the instructions on the following site:
Windows API/C/C++ 1. .... 2. .... 3. .... 4.while (flag1 != flag2) 5.{ 6.SleepEx(100,FALSE); //waiting for flags to be equal (flags are开发者_如何学C set from another thread).