Default Web Site... 이거 별로 중요하지 않다고 느꼈는데.
일단 설치 방법은 다음과 같다. [출처 : http://girdharbisht.com/girdhar/?p=396]
In IIS 7 / 7.5
- Right click on Sites folder and click Add Web Site…
- Under Site name: type “Default Web Site”
- Under Application pool: select DefaultAppPool
- Under Physical path: “C:\Inetpub\wwwroot”
- Click OK
- Fortunately for me, the “Default Web Site” was created with the ID 1.
- But just incase, if in your case the “Default Web Site” does not show ID 1 and if ID 1 is not in use.
- Open command prompt as an Administrator
- Go to C:\Windows\System32\inetsrv\config and type notepad applicationHost.config
- Find “Default Web Site” and change id=”x” to id=”1”.
- Save applicationHost.config
- Now refresh IIS Manager and start the Web Site.
'IIS' 카테고리의 다른 글
[IIS] 세션(SESSION) 상태 확인 (0) | 2016.01.19 |
---|---|
[Web Ref.] (0) | 2015.12.28 |
[IIS] 다른 프로세스가 사용 중~!!!! (0) | 2014.11.20 |
[IIS] 설정 후 접속 시 권한 관련 문제 발생~!!!! (0) | 2014.08.19 |
[IIS] 요청된 페이지와 관련된 구성 데이터가 잘못되어 해당 페이지를 엑세스 할 수 없습니다 (1) | 2014.01.17 |