Changes between Version 22 and Version 23 of DjangoOnWindowsWithIISAndSQLServer


Ignore:
Timestamp:
Mar 4, 2007, 6:16:36 AM (17 years ago)
Author:
henrik dot binggl at gmail dot com
Comment:

iis6 experience

Legend:

Unmodified
Added
Removed
Modified
  • DjangoOnWindowsWithIISAndSQLServer

    v22 v23  
    156156
    157157== Known Issues ==
    158  * On IIS 5, you have to use the console command "iisreset" for code changes to take effect. Just restarting the website in ''IIS Management Console'' has no use. How about IIS 6?
     158 * On IIS 5, you have to use the console command "iisreset" for code changes to take effect. Just restarting the website in ''IIS Management Console'' has no use. How about IIS 6? (20070304/henrik: - same for iis6 on win2k3)
    159159 * ''I had to create a "media" virtual directory for the stylesheets, etc, at the root of my IIS directory tree (urgh) with read permissions to get the admin site to load styles.  Looking at the source for the admin page in my browser, the stylesheet link is absolute (/media/...) [rnm]''
    160160== Install the PyWin32 Extensions ==
Back to Top