|
Publicité ' | |||||||||||||||||||||||
|
|
#1 |
|
Invité de passage
![]() Inscription : février 2005 Messages : 18 ![]() |
Salut
j'ai un Serveur Win 2003 Server + IIS6 qui fait tourner un site asp + sql server plus 96 autres sites asp + access. j'ai des problemes quand le nombre des visiteurs augmente est ce normal pour IIS ? combien de sites IIS 6 peux heberger ? merci pour votre aide |
|
|
00
|
|
|
#2 |
|
Membre Expert
![]() Inscription : mai 2003 Messages : 2 133 ![]() |
From Microsoft :
By default, IIS automatically determines the number of Web sites that can be created based on the amount of physical memory that is available on the server. For example, on a computer that has 64 megabytes (MB) of available memory, the maximum number of sites is set to 16. On a computer that has 256 MB of available memory, the maximum number of sites is set to 64. To resolve this issue, create a MaxEndPoints registry value, and set it to a number that is at least 1 greater than the number of Web sites that you want to host with IIS. To do so, follow these steps: 1. Start Registry Editor and navigate to the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters 2. In the details pane, right-click, point to New, and then click DWORD Value. 3. In the Name box, type the following: MaxEndPoints. 4. Double-click the MaxEndPoints value, and then in the Value data box, type a number that is at least 1 greater than the number of Web sites that you want to host but no larger than 1024. 5. Click OK, and then close Registry Editor.
__________________
Merci de lire les règles du forum ainsi que le mode d'emploi du forum Merci de penser à : !Il y a 10 types de personnes, ceux qui comprennent le binaire et les autres ... |
|
|
00
|
Copyright © 2000-2012 - www.developpez.com