Security |
When using disk quotas in conjunction with IIS 5.0, you need to consider which authentication scheme you will use and how much disk space you will allot to each user.
For example, if your computer has two Web sites—such as reskit.microsoft.com and reskit2.microsoft.com—that map to two different directories, as shown in Table 9.1, you could configure each to have a different anonymous user account and then set quotas on these accounts:
Table 9.1 Examples of Disk Quotas
Site | Directory | Anonymous User Account | Disk Quota |
reskit.microsoft.com | C:\InetPub\reskit | IUSR_reskit | Administrators: No Limit
IUSR_reskit: 20Mb |
reskit2.microsoft.com | C:\InetPub\reskit2 | IUSR_reskit2 | Administrators: No Limit
IUSR_ reskit2: 10Mb |