Changes between Version 41 and Version 42 of DjangoOnWindowsWithIISAndSQLServer


Ignore:
Timestamp:
Feb 3, 2009, 2:05:38 AM (16 years ago)
Author:
s3v
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoOnWindowsWithIISAndSQLServer

    v41 v42  
    160160 * 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)
    161161   * ''NOT true for IIS6: right-click on the application pool your site is using and select "Recycle." [pjs]''
     162   * ''For debugging purposes in IIS6 you could set "Recycle worker process (number of requests)" = 1 in your application pool properties so you don't need to "Recycle" all the time. NOT recommended for production usage. [ta]''
    162163 * ''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]''
    163164
Back to Top