• 카테고리
    • 전체 글

    • 카테고리1
    • 카테고리2
    • 카테고리3
    • 카테고리4
  • 태그
  • 방명록

'2007/04/25'에 해당되는 글 2건

  • 2007.04.25 경품으로 받은 헤드셋. 1
  • 2007.04.25 IIS에 .NET Framework 2.0 구성요소가 등록되어 있지 않은 경우

경품으로 받은 헤드셋.

잡글 2007. 4. 25. 23:16
어느날, 갑자기 택배의 전화가 와서 우리집의 대문이 잠겨 있어 물건을 전달하지
못하고 있다고 했다. 근좌에 인터넷으로 통해 많은 양의 물류를 구입하긴 했는데,
최소한 현재는 더 이상 물건을 사지 않은 상황이였다.
..' 부모님이 내 전화번호를 연락처로 적어 놨나? ' 라는 의문이 들었지만,
일단 택배 부터 해결이 선결되어야 되서, 일단 1층의 가게에 맡겨 달라고 했다.
그리고 아버지께 전화해서 물건을 찾아달라고 부탁드렸다.

그리고.. 집에 도착했는데, 부모님 물건이 아니라 내 물건이였다.
물건을 뜯어보자.. 생뚱 맞게 헤드셋이 하나 들어있었고, 왠 프린터로 무성의하게 찍은
문건이 보였다.

  (전략 ) 스톰윈드 ... 이벤트에 당첨되셨습니다. .... (후략)

Dungeon and Dragon 온라인을 했었는데 ( 요즘은 일때문에 접속 안해본지 벌써 1달이 훌쩍 넘은듯. ), 예전에 스톰윈드의 함락 인가? 하는 테스트 이벤트에 신청한 적이 있었다.
그 이벤트의 경품에 뭐가 있는지는 신청 후 까맣게 잊고 있었다. 그것이 도착한것이였다.
게다가 이 헤드셋 싸구려 짝퉁이 아닌 상당한 고급품으로 Plantronics 라는 업체의 제품이였다.

이 황당함....과 기쁨을 친구들에게 나누기 위해 창우, 근호, 네어군에게 문자 쎄우고 혼자 뜯어보고 난리쳤다. 그런데, 갑자기 네어군이 사진을 찍어 올리라 해서.. 순간 아차했다.
뜯은 상태라.. 이것을 다시 사진 찍기는... 참.......
일단 뜯은 것이라 성능 테스트 겸 네어 군과 음성 챗을 했고, 나름 만족.!!!
그리고 다시 패킹을 해서 사진 촬영을 했다. 예술 패킹은 아니지만, 사진이기 때문에, 그다지 티가 안나도록 패킹해서 사진을 찍었다.
게다가 네어군이 타이밍 좋게 우리집에 놀러와 줘서 헤드셋 쓴 사진도 부탁했다.

사용자 삽입 이미지

사용자 삽입 이미지



여튼 나름 흐믓~
728x90
블로그 이미지

하인도1

[하인드/하인도/인도짱 의 홈페이지] 저만의 공간입니다. 다양한 소재들을 나열하는 아주 단순 무식한 홈페이지 입니다. 다양한 문서 자료도 있겠지만, 저의 푸념들도 있답니다.

IIS에 .NET Framework 2.0 구성요소가 등록되어 있지 않은 경우

기술자료/OS 2007. 4. 25. 22:39
보통 WSS 및 ASP.NET 사이트를 구축하려면
반드시 시스템에 IIS와 함께, .NET Framework 2.0 이 설치되어 있어야 한다.
그러나 종종 IIS 가 설치되기 전에, .NET Framework 2.0이 설치를 해서,
IIS 내에 .NET Framework 2.0 기능을 전혀 활성화 시키지 못하는 경우가 있다.
대부분의 경우는 2.0을 다시 설치하거나 기타 2.0에 관련된 Update를 하면 되기는
하지만, 이 또한 비용이 드는데다, 다시 설치하게 되면 기존 설치 기록들이 잘못 적용될 수 있다.

다시 설치하지 않고 해결 하는 방법은 의외로 간단하다.
일단 .NET Framework 2.0이 설치되어 있으면 아래와 같은 경로가 있을 것이다.

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

위의 경로를 들어가면, 여러가지 관리도구들과 핵심 어셈블리들이 있는데,
그 중 aspnet_regiis.exe 를 이용하여 IIS에 관련된 .NET 구성요소를 설치하게 된다.

그래서 아래의 명령을 명령줄에 입력하면 된다.

C:\WINDOWS\Microsoft.NET\Framework\v2.0.
50727\aspnet_regiis.exe -iru

사용자 삽입 이미지


즉 aspnet_regiis.exe 에 -iru 라는 옵션을 넣어 한번 실행해 주면 완료된다.
아래에 이 aspnet_regiis.exe에 대한 옵션들에 대한 설명이다. 참고로 추가한다.

Administration utility (2.0.50727) to install and uninstall ASP.NET on the local machine.

-- ASP.NET REGISTRATION OPTIONS --
-i
Install this version of ASP.NET and update scriptmaps at the IIS metabase root and for all scriptmaps below the root. Existing scriptmaps of lower version are upgraded to this version.

-ir
Install this version of ASP.NET, register only. Do not update scriptmaps in IIS.

-iru
Install this version of ASP.NET. If there are any existing applications that uses ASP.NET, it will not update scriptmaps in IIS.

-enable
When -enable is specified with -i, -ir or -r, ASP.NET will be enabled in the IIS security console (IIS 6.0 or later).

-disable
When -disable is specified with -i, -ir or -r, ASP.NET will be disabled in the IIS security console (IIS 6.0 or later).

-s <path>
Install scriptmaps for this version at the specified path, recursively. E.g. aspnet_regiis.exe -s W3SVC/1/ROOT/SampleApp1

-sn <path>
Install scriptmaps for this version at the specified path, non-recursively.

-r
Install this version of ASP.NET and update scriptmaps at the IIS metabase root and for all scriptmaps below the root. Existing scriptmaps are upgraded to this version regardless of the original versions.

-u
Uninstall this version of ASP.NET. Existing scriptmaps to this version are remapped to highest remaining version of ASP.NET installed on the machine.

-ua
Uninstall all versions of ASP.NET on the machine.

-k <path>
Remove all scriptmaps to any version of ASP.NET from the specified path, recursively.
E.g. aspnet_regiis.exe -k W3SVC/1/ROOT/SampleApp1

-kn <path>
Remove all scriptmaps to any version ASP.NET from the specified path, non-recursively.

-lv
List all versions of ASP.NET that are installed on the machine, with status and installation path.

-lk
List all the path of all IIS metabase keys where ASP.NET is scriptmapped, together with the version. Keys that inherit ASP.NET scriptmaps from a parent key will not be displayed

-c
Install the client side scripts for this version to the aspnet_client subdirectory of each IIS site directory.

-e
Remove the client side scripts for this version from the aspnet_client subdirectory of each IIS site directory.

-ea
Remove the client side scripts for all versions from the aspnet_client subdirectory of each IIS site directory.

-ga <user>
Grant the specified user or group access to the IIS metabase and other directories used by ASP.NET.

728x90
블로그 이미지

하인도1

[하인드/하인도/인도짱 의 홈페이지] 저만의 공간입니다. 다양한 소재들을 나열하는 아주 단순 무식한 홈페이지 입니다. 다양한 문서 자료도 있겠지만, 저의 푸념들도 있답니다.

  • «
  • 1
  • »
250x250

블로그 내에 소스 코드 삽입 이사온 기념 스킨도... RSS 전문 기능 비활성화 관련. 스킨 바꾸어 보았습니다. 서버 파일 정리 좀 했습니다.

«   2007/04   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30

me2photo 비스킷 Azure Google Apps Engine 오류 좀 me2sms 것 인터파크 moss Buscuit Visual Studio WSS SharePoint 개발환경 친구 수 블로그 MOSS 2007 java Tutorial 불만 협업 me2dayzm 매뉴얼 2010 지름신 windows twi2me e-book

  • Total :
  • Today :
  • Yesterday :

Copyright © 2015-2025 Socialdev. All Rights Reserved.

Copyright © 2015-2025 Socialdev. All Rights Reserved.

티스토리툴바