Ruru's PlayGround :)
close
프로필 배경
프로필 로고

Ruru's PlayGround :)

  • 분류 전체보기 (500)
    • AI & Software (1)
    • 일상다반사 (134)
      • 뉴스 (35)
      • 생활지식 (7)
      • 소프트웨어 (5)
      • 여행 (2)
      • 음악 (43)
      • 외국어 (7)
      • 좋아 (30)
      • 게임 (5)
    • System (108)
      • Microsoft Exchange (11)
      • Microsoft SharePoint (21)
      • Microsoft Lync (37)
      • System Mangement (39)
    • Development (256)
      • .NET (147)
      • JavaScript (69)
      • Web (18)
      • Mobile (0)
      • Etc. (15)
      • Design (7)
  • 홈
  • 태그
  • 방명록

Apache Mod_Rewrite use as URL_Rewrite in iis 7

http://www.iis.net/downloads/default.aspx?tabid=34&g=6&i=1691 IIS에서는 Mod_Rewrite의 역할을 URL_Rewrite가 담당하고 있습니다. 이를 활용하시는 것도 보안 강화나 접근성 향상에 도움을 줄 수 있습니다. 또한 ASP.NET MVC Pattern Framework 에서 제공하는 URL_Rewrite 엔진의 기능을 직접 패턴을 적용해서 구현할 수도 있겠죠. 물론 MVC 방식의 개발은 아니겠지만 말이죠.

  • format_list_bulleted Development/.NET
  • · 2009. 1. 21.
  • textsms

Office Communicator 2007 hotfix 2008-12-19

Office Communicator 2007 의 최근 Hotfix 패치 아래와 같은 내용이 패치에 적용되었고, Issue that the hotfix rollup package fixes 960423 (http://support.microsoft.com/kb/960423/ ) Office Communicator 2007 cannot display Chinese characters in URLs when the EnableURL registry value is enabled 960424 (http://support.microsoft.com/kb/960424/ ) You cannot prevent Office Communicator 2007 from controlling the call forwarding ..

  • format_list_bulleted System/Microsoft Lync
  • · 2009. 1. 19.
  • textsms

MS Virtual labs about UC

Microsoft Virtual Labs http://www.microsoft.com/events/vlabs/default.mspx OCS Mediation Virtual Lab http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032365361&EventCategory=3&culture=en-US&CountryCode=US exchange 2007 um virtual Lab https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032344920&EventCategory=3&culture=en-US&CountryCode=US sharepoint 2007 virtua..

  • format_list_bulleted System/Microsoft Lync
  • · 2009. 1. 16.
  • textsms

C# - Excel Sheet to DataTable

Excel 파일의 Sheet를 데이터 베이스처럼 읽어들입니다. 예제로 아래 소스를 읽어보세요 ^ ^ public DataTable GetDataTable() { string workSheet = "Sheet1$"; DataTable dtDataTable = new DataTable(workSheet); string connectionString = "Provider=Microsoft.JET.OLEDB.4.0;data source=\"D:\\Test1.xls\";Extended Properties=\"Excel 8.0;HDR=YES;IMEX=1\""; using (OleDbConnection conn = new OleDbConnection(connectionString)) { string sql = "SE..

  • format_list_bulleted Development/.NET
  • · 2009. 1. 14.
  • textsms

OCS 설치 종료시점 후킹 (End of OCS Installation Hooking)

이 내용은 communicator.msi 파일의 설치 로그를 분석하던 중 가장 마지막 즈음에 있던 내용입니다. MSI (s) (00:80) [20:56:51:500]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\3A337FEF823F1EA44B33B90C35F1F8B4\Patches 3: 2 윈도우 설치프로그램으로 커뮤니케이터가 설치된 후의 이벤트를 감지해야할 일이 생겼는데 다음과 같은 레지스트리 위치에 'Patches' 라는 키 값이 있는지 확인하면 되겠네요.

  • format_list_bulleted System/Microsoft Lync
  • · 2009. 1. 13.
  • textsms

OCS 자동로그인 구성 시 요청하는 순서

OCS 의 자동구성 로그인을 지원하기 위해서는 DNS 서버의 서비스레코드와 A 레코드에 의존한다. DNS 쿼리는 병렬적으로 쿼리되지만 반환되는 순서는 다음의 순서에 따라 반환된다. 1. _sipinternaltls._tcp.{domain} - TLS Internal connection 2. _sipinternal._tcp.{domain} - TCP Internal connection 3. _sip._tls.{domain} - TLS External connection 4. _sip._tcp.{domain} - TCP External connection 서비스 레코드가 반환된 후 A레코드에 대한 쿼리가 진행된다. HOST의 A 레코드가 검색되지 않으면 다음과 같은 순서로 HOST의 A 레코드를 쿼리하게 된..

  • format_list_bulleted System/Microsoft Lync
  • · 2009. 1. 9.
  • textsms
  • navigate_before
  • 1
  • ···
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • ···
  • 84
  • navigate_next
최근 글
인기 글
최근 댓글
태그
  • #microsoft
  • #.NET
  • #프로그래밍
  • #ASP.NET
  • #SilverLight
  • #C#
  • #Programming
  • #OCS
  • #자바스크립트
  • #javascript
전체 카테고리
  • 분류 전체보기 (500)
    • AI & Software (1)
    • 일상다반사 (134)
      • 뉴스 (35)
      • 생활지식 (7)
      • 소프트웨어 (5)
      • 여행 (2)
      • 음악 (43)
      • 외국어 (7)
      • 좋아 (30)
      • 게임 (5)
    • System (108)
      • Microsoft Exchange (11)
      • Microsoft SharePoint (21)
      • Microsoft Lync (37)
      • System Mangement (39)
    • Development (256)
      • .NET (147)
      • JavaScript (69)
      • Web (18)
      • Mobile (0)
      • Etc. (15)
      • Design (7)
전체 방문자
오늘
어제
전체
Copyright © Ruru's PlayGround :) All rights reserved.
Designed by JJuum

티스토리툴바