Skip to content

Commit 90f2ad4

Browse files
authored
Merge pull request #1142 from MicrosoftDocs/main
Added 'and later ' to cover newer client versions (#1141)
2 parents 988200f + 63b689f commit 90f2ad4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

iis/troubleshoot/request-restrictions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ msc.type: authoredcontent
99

1010
# IIS Request Restrictions on Windows Client OS
1111

12-
IIS on Windows XP:
12+
IIS on Windows Client:
1313

14-
* Can quickly exceed it's connection limit.
14+
* Can quickly exceed its connection limit.
1515
* Has a maximum of 10 concurrent connections before an [HTTP 403.9](https://en.wikipedia.org/wiki/HTTP_403) error message is returned. HTTP 403.9 returns Access Forbidden: Too many users are connected.
1616

1717
The major limitation on Windows Client OS for IIS 7.x and later is the number of concurrent requests IIS can execute. This limitation is fundamentally different from the Windows XP connection limit. The HTTP 403.9 error is unlikely to occur when concurrent requests are limited. Requests that cannot be handled because the concurrent request limit is reached are queued.
@@ -22,20 +22,20 @@ Windows Server OS doesn't have these request restrictions.
2222

2323
The maximum concurrent requests IIS 7.x and later allows on Windows Client OS SKUs:
2424

25-
Windows 10 – IIS 10.0 Concurrent Requests Limit
25+
Windows 10 and later – IIS 10.0 Concurrent Requests Limit
2626

2727
| Edition | limit |
2828
| ----------------- | ------------ |
2929
| Home | 3 |
3030
| Professional | 10 |
3131
| Enterprise | 10 |
3232

33-
Windows 10 IoT – IIS 10.0 Concurrent Requests Limit
33+
Windows IoT – IIS 10.0 Concurrent Requests Limit
3434

3535
| Edition | limit |
3636
| ----------------- | ------------ |
37-
| Enterprise 2016 | 10 |
38-
| Enterprise 2019 | 10 |
37+
| Windows IoT Enterprise | 10 |
38+
| Windows 10 Iot Core | 10 |
3939

4040
Windows 8.1 – IIS 8.5 Concurrent Requests Limit
4141

0 commit comments

Comments
 (0)