Changes between Version 47 and Version 48 of DjangoOnWindowsWithIISAndSQLServer


Ignore:
Timestamp:
Jun 21, 2011, 5:22:31 AM (13 years ago)
Author:
chris-djangowiki@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoOnWindowsWithIISAndSQLServer

    v47 v48  
    7575 
    7676That's it installed. In c:\pyisapie\source\PyISAPIe\Python\examples folder is a file called Info.py. Copy this to your new virtual directory folder, and then try and view http://site/Info.py to test it. It should work. If it doesn't, when you find out why, please come back and explain what happened and how you fixed it. ;)
     77
     78If you have a 64-bit server, and you want to use 32-bit Python and PyISAPIe (otherwise you have to compile your own PyISAPIe.dll) you may need to:
     79
     80 * Create a new application pool, set it to 32-bit mode, create an application instead of a virtual directory, and set your application to use that pool (http://www.timvasil.com/blog14/post/2007/11/Run-a-32-bit-ISAPI-DLL-on-64-bit-IIS-7.aspx)
     81 * If you then get Error 500 due to (error number 2147942593) try removing all AboMapperCustom-* handlers from the applications handlers/mappings (http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/1131026f-7d8b-4e88-8d2c-398b12f4336d/)
    7782
    7883==== IIS Troubleshooting ====
Back to Top