글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
Logging UI for IIS 7.0 on Vista: Available for download
; http://blogs.iis.net/tobintitus/archive/2007/01/30/logging-ui-for-iis-7-0-on-vista.aspx
사실 Vista의 IIS 7의 관리 환경은 약간 급조된 감이 없지 않아 있습니다.
현재의 롱혼 베타도 비슷한 UI이긴 하지만... 아마도 정식 버전에서는 바뀔 거라 보고요.
위의 토픽에서는 제법 충실한 로그 관련 설정을 할 수 있는 UI를 공개해 주고 있습니다. 아래는 제 비스타에서 해당 모듈을 설치했을 때 제공되는 로그 설정 UI입니다.

아울러, 소스코드까지 공개되어 있어 IIS 관리 화면을 어떻게 확장할 수 있는지에 대한 훌륭한 예제로도 활용될 수 있겠습니다.
참고로, 해당 파일을 다운로드해 설치한 다음에는 "C:\Windows\System32\inetsrv\config\administration.config" 파일의 내용을 편집해 주셔야 합니다.
To Install:
- Download the ZIP file and extract the MSI.
- Install the MSI
- Run notepad as Administrator
- Open %system%\inetsrv\config\administration.config
- Find the <moduleProviders> section and add the following element:
<add name="VistaIisLogging"
type="Microsoft.Web.Management.Iis.Server.LoggingModuleProvider, IisLoggingServer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=74622615c9245f3f" /> - Find the <modules> section under the <location path"."> element and add the following element:
<add name="VistaIisLogging" /> - Save the file and open InetMgr.exe
[이 토픽에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]
[최초 등록일: ]
[최종 수정일: 7/14/2021]
... 31 32 33 34 35 36 [37] 38 39
... 31 32 33 34 35 36 [37] 38 39