1. IIS 5
http://river.ecplaza.net/river/309
cd \inetpub\Adminscriptscscript adsutil.vbs set w3svc/disablesocketpooling true
위 명령을 실행하면 disablesocketpooling : (BOOLEAN) True
2. IIS 6
http://support.microsoft.com/kb/813368/EN-US/
http://river.ecplaza.net/river/309
cd \inetpub\Adminscriptscscript adsutil.vbs set w3svc/disablesocketpooling true
위 명령을 실행하면 disablesocketpooling : (BOOLEAN) True
2. IIS 6
http://support.microsoft.com/kb/813368/EN-US/
- Click Start, and then click Run.
- Type cmd, and then click OK to open a command prompt.
- Type the following, where xxx.xxx.x.x is the IP address you want to add:
httpcfg set iplisten -i xxx.xxx.x.xWhen this succeeds, Httpcfg returns the following:
To view additional status codes, see the Httpcfg help. - After the IP address is added, use the following command to list it:
httpcfg query iplistenHttpcfg returns the following:
- From the command prompt, stop the HTTP service and its dependent services. To do this, type the following string at the command prompt:
net stop http /y
- From the command prompt, restart the HTTP service and it dependent services. To do this, type the following string at the command prompt:
net start w3svcNote When you start w3svc, all services that were stopped when HTTP was stopped will start.
'NT' 카테고리의 다른 글
Urlscan 설정 (0) | 2010.02.05 |
---|---|
DC domain user SID 만 보일때 확인하는 방법 (0) | 2009.11.16 |
32bit Windows 4GB 이상 사용하기 (0) | 2009.08.25 |
net use 사용하기 (0) | 2007.11.26 |
windog err code (0) | 2007.04.30 |