System
SmartPart MOSS Plug
SmartPart MOSS Plug
2007.10.11이 글은 보호되어 있기 때문에 이것을 보려면 암호가 필요합니다.
MOSS 데이터가 저장되는 테이블들
MOSS 데이터가 저장되는 테이블들
2007.09.14MOSS 데이터가 저장되는 데이터 베이스 테이블들 http://msdn2.microsoft.com/en-us/library/aa185404.aspx
CAML XML Editor
CAML XML Editor
2007.09.13http://www.ideseg.com/SharePointCAMLEditorV000.aspx CAML XML Editor 넘 복잡한 WSS CAML ㅡㅡ; 이걸로 조금은 편해지려나 된장... MOSS 개발자들에 힘을~!! ㅋㅋ PS. 요건 다른.. http://www.ideseg.com/SharePointYetAnotherCAMLQueryTool2.aspx WHERE ((Column1 = "Value1") AND (Column2 = "Value2")) OR ((Column3 = 10) AND (Column3 NULL)) GROUPBY Column1 ORDERBY Column1, Column2 ASC, Column3 DESC Also, you can use == for equal and != for not..
Moss Authentication Active directory
Moss Authentication Active directory
2007.09.12Authentication samples http://technet2.microsoft.com/Office/en-us/library/23b837d1-15d9-4621-aa0b-9ce3f1c7153e1033.mspx?mfr=true Use Forms Authentication with SQL Server in ASP.NET 2.0 http://msdn2.microsoft.com/en-us/library/ms998317.aspx Active Directory Role provider http://www.codeplex.com/adrp
Active Directory를 이용한 Form Authentication의 접근 방향
Active Directory를 이용한 Form Authentication의 접근 방향
2007.09.11http://www.codeplex.com/adrp Active Directory Role provider http://technet2.microsoft.com/windowsserver/WSS/en/library/b6bc8fec-c11c-4ed7-a78d-3ad61c7ef6c01033.mspx?mfr=true MOSS Authentication Provider samples 여전히 어려운 MOSS 인증의 방법에는 AD나 SQL 멤버십 프로바이더를 자주 사용하지만 AD 관련된 내용이 많이 부족하다. AD로 해봤으면 하는데 어떻게 방법이 없을지... 누가 아시는분들 좋은 정보좀 주세요 ㅠ
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..