WSS 3.0 vs MOSS 2007

The Following Article has comparisons in component level in WSS 3.0 & MOSS 2007

WSS 3.0 vs MOSS 2007

Kako namestiti IIS 7.0 Windows Server 2008

Kako namestiti IIS 7.0 Windows Server 2008

Start -> Nadzorna plošča -> Skrbniška orodja -> Server Manager

Kliknite Vloge

Kliknite Dodaj Vloge

Kliknite Naprej

Izberite Web Server (IIS) in kliknite Naprej

Kliknite Naprej

Select Additional Components to be installed

Click ASP .Net in Application Development

Popup will be shown, Select Click Add Required Role Services

Confirmation Screen will show the list of roles and features to be installed.

Then Click Install to start Installing Features.

Result will be displayed with the status of features and roles installtion

Click Close.

Start -> Run -> InetMgr to open IIS admin Console

MOSS 2007 Administration Toolkit

The Microsoft SharePoint Administration Toolkit contains functionality to help manage Office SharePoint Server 2007 and Windows SharePoint Services version 3.0. This toolkit contains two new functions – the ability to perform bulk operations on site collections and an Stsadm operation to update alert e-mails after the URL for a Web application has been changed.

Download it here……

How to Enable Anonymous Access in MOSS 2007

To Enable anonymous access in MOSS 2007 Spletna stran.
Select the Allow Anonymous option while creating new web application in creation screen.

Now the web application is enabled to allow anonymous users.
Now the permission set for the anonymous users has to be defined.
Next we need to provide site level permission for the anonymous users.

Open the Site
Site Action ->
Site Settings ->
(Users and Permissions) Advanced Permission

In permission page
click Settings -> Anonymous Access

choose the permission for the anonymous users at lists/library level or Entire web site or Nothing

How to Debug Feature Receiver Assemblies in 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 ->

Site Settings ->

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

Nastavi privzeto besedilo za RichHtmlField v 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.

Primer:
[PublishingWebControls:RichHtmlField FieldName=”CountrySectionTitle3″ runat=”Strežnik” id =”RichHtmlField5″ AllowExternalUrls=”Res” AllowFonts=”Res” AllowHeadings=”false” AllowHtmlSourceEditing=”false” AllowHyperlinks=”Res” AllowImages=”false” AllowLists=”false” AllowReusableContent=”false” AllowTables=”false” AllowTextMarkup=”false” Html=”[html][body][p]–Default Text–[/p][/body][/html]”] [/PublishingWebControls:RichHtmlField]

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

MOSS 2007 Obliži po SP1

Nekatere popravkov, ki jih je Microsoft izdal za MOSS 2007 po 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

Kako spremeniti barvo ozadja od WebPart Naslov

Hey Guys,
Dobil sem zahtevo, od podjetja, da spremenite barvo ozadja naslova webpart za Out of Box webparts. Potem sem začela iskati na CSS sem našel naslednje CSS razreda, ki preglasi slog WebPart Naslov.

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

Spremenite to razred kot na vaše zahteve potem ste končali….

.ms-WPHeader TD{
Višina:40px;
ozadja, barva: #0174DF;
font-size: večji;
font-weight: krepko;
meji-bottom:0px solid # 4e7cb7;
meji-collapse:kolaps;
}

ADFS Napaka : AD FS revizije podsistem ne more se registrirati s sistemom. Revizijska privilegij ni potekala.

Vprašanje bo araise račun doesnt imajo revizijsko dovoljenje, da se prijavite revizijskih dogodkov.

Razrešiti
Podelitve domene glavnico Ustvari presoj varnosti privilegij:

Ko najdete ta račun,
kliknite Start, pokažite na Administrative Tools, klik
Local Security Policy, in nato kliknite Lokalni pravilniki.
Kliknite Dodelitev pravic uporabnikov.
V podoknu s podrobnostmi, desno tipko miške kliknite Ustvari presoj varnosti, in nato kliknite Lastnosti.
Dodaj račun.

Glejte TechNet člen

Kako razporediti Solution paket v MOSS 2007

To deploy the solution package like *.wsp or *.cab in SharePoint FARM.
first we need to add the solution package file to the solution store, then it can be deployed at web application level or in FARM level(Global Deployment).
Use the following stsadm command to add the solution to the deployment store.
stsadm -0 addsolution -filename solutionpackage.wsp

Now the solution is successfully added to solution store, then deploy the solution to web app/global deployment

To deploy the solution execute the following stsadm command

stsadm -o deploysolution -name -immediate
(To Deploy the solution Immediately, if required particular time can be specified to deploy the solution)

Done…..Now the solution file succesfully deployed globally.
If the solution package is specific to web application -url parameter can be specified.