System/Microsoft SharePoint
MOSS Form based authentication
MOSS Form based authentication
2007.09.07http://www.codeplex.com/MOSSFormsFeature/Release/ProjectReleases.aspx?ReleaseId=1766 http://weblog.vb-tech.com/nick/archive/2006/06/14/1617.aspx aspnet_regsql을 이용해 sql membership provider를 이용하는 문제 때문에 사용자 정보를 커스터마이즈 하기는 쉽지 않지만, 그래도 사용되는 것들중에는 이 방법이 가장 편하지 않은가 생각한다.
Active directory how to
Active directory how to
2007.09.06아 AD, LDAP... 죽일넘들 ㅡㅡ;; How to create a file share using .Net framework How to add a user to file access permissions How to get file security information using DirectoryServices How to get list of groups user is member of How to get list of domains in Active Directory How to get members of a windows group. How to get user SID using DirectoryServices classes How to add a new user account in your ..
Active Directory ㅠ_ㅠ
Active Directory ㅠ_ㅠ
2007.09.06이런 그지같은 AD ㅠㅠ http://msdn2.microsoft.com/en-us/library/aa772218.aspx Active Directory Service Interfaces(ADSI) Reference http://msdn2.microsoft.com/en-us/library/aa367008.aspx Lightweight Directory Access Protocol(LDAP) Active Dirctory를 이용한 경로 정보 전체보기 //----------------------------------------------------------------------- // This file is part of the Microsoft .NET Framework SDK Code Samples. /..
MOSS 테크넷
MOSS 테크넷
2007.09.05http://technet2.microsoft.com/Office/en-us/library/61799f9a-da01-4c11-b930-52e5114324451033.mspx?mfr=true http://technet2.microsoft.com/windowsserver/WSS/en/library/700c3d60-f394-4ca9-a6d8-ab597fc3c31b1033.mspx?mfr=true http://technet2.microsoft.com/windowsserver/WSS/en/library/74f80404-bfba-43b5-8941-95c4795df9d11033.mspx?mfr=true TechNet MOSS 2007 아 죽겠다... 모스 모스~
Active directory 제어
Active directory 제어
2007.09.05http://msdn.microsoft.com/library/kor/default.asp?url=/library/KOR/vbcon/html/vbwlkwalkthroughcreatingadsiobjects.asp MOSS.. 아 짜증.. Active directory를 코딩으로 제어해야한다.. 된장..
MOSS Custom 검색을 위한 Webpart를 만들기 위한 예제 코드
MOSS Custom 검색을 위한 Webpart를 만들기 위한 예제 코드
2007.09.01MOSS Custom 검색을 위한 Webpart를 만들기 위한 예제 코드 using System; using System.Collections.Generic; using System.ComponentModel; using System.Text; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Drawing; using System.Xml; using System.Xml.Serialization; using System.Data; using Microsoft.SharePoint.WebPartPages; using Microsoft.Office.Server; using Microsoft.Office.Ser..
MOSS SharePoint Server 2007 SDK
MOSS SharePoint Server 2007 SDK
2007.08.30참고 : http://www.microsoft.com/downloads/details.aspx?FamilyID=6d94e307-67d9-41ac-b2d6-0074d6286fa9&DisplayLang=en 8월 22일 나온 따끈 따끈한 MOSS SDK BDC관련된 것이 나온지 오래되었지만 BDC xml을 작업하는데 관련된 툴이 제공되지 않아 힘들었었다.. 이게 드디어 SDK에 포함되었다고 한다.. 이거로 사용하면 BDC를 만들기 편해질듯 하다. What’s New in this Release for the MOSS SDK Installation enhancements: You now have a choice of installation location when you’re installing the SDK..
MOSS SmartPart
MOSS SmartPart
2007.08.28참고 주소 : http://www.microsoft.com/belux/msdn/nl/community/columns/u2u/smartpart.mspx MOSS 환경에서 스마트 파트를 이용하는 방법을 설명한다. 자세한 내용은 위 추소를 참조하시기 바란다. Building Web Parts the Smart Way Starting with the SharePoint SmartPart Patrick Tisseghem U2U Jan Tielens U2U Applies to: Windows SharePoint Services Visual Studio .NET 2003Summary: Building web parts is one of the main extensibility points when you work w..
MOSS + AJAX + A tinkle of Imagination = Endless Web 2.0 Possibilities
MOSS + AJAX + A tinkle of Imagination = Endless Web 2.0 Possibilities
2007.07.19http://www.softwaremaker.net/blog/MOSSAJAXATinkleOfImaginationEndlessWeb20Possibilities.aspx MOSS(Microsoft Office SharePoint Server (MOSS))를 이용한 .NET 개발이 활발하다. 이에 관련된 문서가 거의 없지만 MSDN을 보기 이전에 위 링크의 문서를 한번 확인해보도록 하자.