WSS 3.0 vs MOSS 2007

Pasal Berikut memiliki perbandingan di tingkat komponen dalam PAS 3.0 & MOSS 2007

WSS 3.0 vs MOSS 2007

Cara Instal IIS 7.0 di Windows Server 2008

Cara Instal IIS 7.0 di Windows Server 2008

Start -> Control Panel -> Administrative Tools -> Server Manager

Klik Peran

Klik Tambah Peran

Klik Next

Pilih Web Server (IIS) dan Klik Next

Klik Next

Pilih Komponen Tambahan yang akan diinstal

Klik ASP Bersih dalam Pembangunan Aplikasi.

Popup akan ditampilkan, Pilih Klik Tambah Layanan Peran Diperlukan

Layar konfirmasi akan menampilkan daftar peran dan fitur yang akan diinstal.

Kemudian Klik Install untuk memulai Instalasi Fitur.

Hasil akan ditampilkan dengan status fitur dan peran installtion

Klik Close.

Start -> Run -> InetMgr untuk membuka IIS admin Konsol

MOSS 2007 Administrasi Toolkit

Microsoft SharePoint Administrasi Toolkit berisi fungsionalitas untuk membantu mengelola Office SharePoint Server 2007 dan Windows SharePoint Services versi 3.0. Toolkit ini berisi dua fungsi baru – kemampuan untuk melakukan operasi massal pada koleksi situs dan operasi stsadm untuk memperbarui tanda e-mail setelah URL untuk aplikasi Web telah diubah.

Download di sini……

Cara Aktifkan Akses Anonim di MOSS 2007

Aktifkan akses anonim di MOSS 2007 Website.
Pilih opsi Allow Anonymous sekaligus menciptakan aplikasi web baru di layar penciptaan.

Sekarang aplikasi web diaktifkan untuk memungkinkan pengguna anonim.
Sekarang izin ditetapkan untuk pengguna anonim harus didefinisikan.
Selanjutnya kita perlu memberikan izin untuk situs tingkat pengguna anonim.

Buka Situs
Situs Action ->
Situs Pengaturan ->
(Pengguna dan Perizinan) Izin Lanjutan

Di halaman izin
klik Settings -> Akses Anonim

memilih izin untuk pengguna anonim di daftar / perpustakaan tingkat atau situs web Seluruh atau Tidak

Cara Debug Fitur Receiver Sidang di Visual Studio – MOSS 2007

If you try to activate the feature using stsadm command you will not be able to debug the feature receiver assemblies.

Open the Site collection features in

Site Actions ->

Situs Pengaturan ->

Modify All Site Settings ->

Site Collection Administration -> Site Collection features

  • Attach the w3wp.exe process in visual studio.
  • Place breakpoints.
  • Then Activate the feature in site collection features

Set Default Text for RichHtmlField in MOSS 2007

In WCM most of you guys may use RichHtmlField in publishing Layout.
To set default text property to RichHtmlField using HTML property to pass your default text.

Contoh:
[PublishingWebControls:RichHtmlField FieldName=”CountrySectionTitle3″ runat=”Server” id =”RichHtmlField5″ AllowExternalUrls=”benar” AllowFonts=”benar” AllowHeadings=”palsu” AllowHtmlSourceEditing=”palsu” AllowHyperlinks=”benar” AllowImages=”palsu” AllowLists=”palsu” AllowReusableContent=”palsu” AllowTables=”palsu” AllowTextMarkup=”palsu” Html=”[html][body][p]–Default Text–[/p][/body][/html]”] [/PublishingWebControls:RichHtmlField]

Catatan:
Sorry Guyz, Still i am not able to post the tags pls replace ‘[‘ dengan ‘<' and ']' with '>‘

MOSS 2007 Patches after SP1

Some of the Patches released by microsoft for MOSS 2007 after SP1
http://support.microsoft.com/kb/941422
http://support.microsoft.com/kb/941274
http://support.microsoft.com/kb/942819
http://support.microsoft.com/kb/948945
http://support.microsoft.com/kb/948947
http://support.microsoft.com/kb/948957
http://support.microsoft.com/kb/949402/en-us
http://support.microsoft.com/kb/949955/en-us
http://support.microsoft.com/kb/950280/en-us
http://support.microsoft.com/kb/950292/en-us
http://support.microsoft.com/kb/950487/en-us

Bagaimana Mengubah Warna Latar Belakang Judul web part

Hey Guys,
I got a requirement from the business to change the Background color of the webpart title for Out of Box webparts. Then i started looking on CSS I found the following CSS class which overrides the style of WebPart Title.

.ms-WPHeader TD
{
border-bottom:0px solid #4e7cb7;
border-collapse:collapse;
}

Change this class as per your requirement then you are done….

.ms-WPHeader TD{
tinggi:40px;
background-color: #0174DF;
font-size: larger;
font-weight: bold;
border-bottom:0px solid #4e7cb7;
border-collapse:collapse;
}

ADFS Kesalahan : AD FS subsistem audit tidak bisa mendaftar sendiri dengan sistem. Audit hak istimewa tidak diadakan.

Isu ini akan araise account doesnt memiliki izin audit untuk log audit events.

Untuk Selesaikan
Untuk hibah utama domain Keamanan Hasilkan istimewa Audit:

Setelah Anda mengidentifikasi account ini,
klik Start, arahkan ke Alat Administratif, klik
Lokal Kebijakan Keamanan, dan kemudian klik Kebijakan Lokal.
Klik Pengguna Tugas Hak.
Pada jendela rincian, klik kanan Hasilkan Audit Keamanan, dan kemudian klik Properties.
Tambahkan account.

Lihat Pasal TechNet

Bagaimana Menyebarkan Paket Solusi di MOSS 2007

Untuk menyebarkan paket solusi seperti * WSP atau. *. Taksi di SharePoint FARM.
pertama kita perlu menambahkan file paket solusi untuk toko solusi, maka dapat digunakan pada tingkat aplikasi web atau di tingkat FARM(Global Deployment).
Gunakan perintah stsadm berikut untuk menambahkan solusi untuk toko penyebaran.
stsadm -0 addsolution-nama file solutionpackage.wsp

Sekarang solusinya berhasil ditambahkan ke toko solusi, kemudian menyebarkan solusi untuk web app / global penyebaran

Untuk menyebarkan solusi mengeksekusi perintah stsadm berikut

stsadm-o-nama deploysolution -segera
(Untuk Menyebarkan solusi Segera, jika waktu tertentu yang dibutuhkan dapat ditentukan untuk menyebarkan solusi)

Selesai…..Sekarang file solusi berhasil digunakan secara global.
Jika paket solusi khusus untuk aplikasi web-url parameter dapat ditentukan.