WSS 3.0 vs MOSS 2007

Pas Neni ka krahasime në nivel komponent në WSS 3.0 & Moss 2007

WSS 3.0 vs MOSS 2007

Si të instaloj IIS 7.0 në Windows Server 2008

Si të instaloj IIS 7.0 në Windows Server 2008

Fillimi -> Control Panel -> Mjete administrative -> Server Menaxher

Kliko Rolet

Kliko Shto Rolet

Klikoni Next

Zgjidh Web Server (IIS) dhe Kliko Next

Klikoni Next

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.

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

Moss 2007 Toolkit Administrata

Administrata Toolkit Microsoft SharePoint përmban funksionalitet për të ndihmuar të menaxhuar Office SharePoint Server 2007 dhe versioni i Windows SharePoint Services 3.0. Ky udhëzues përmban dy funksione të reja – aftësia për të kryer operacione pjesa më e madhe në vend dhe koleksione një operacion Stsadm për të rinovuar alarm e-mail pas URL për një aplikim Web ka ndryshuar.

Download it here……

How to Enable Anonymous Access in MOSS 2007

To Enable anonymous access in MOSS 2007 Website.
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 - & gt;
(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

Si të korrigjoj Feature Asambletë Marresit në Visual Studio – Moss 2007

Nëse ju provoni për të aktivizuar funksion duke përdorur komandën stsadm ju nuk do të jetë në gjendje të korrigjoj kuvendet marrës tipar.

Hapni koleksion Site përmban në

Site Veprimet - & gt;

Site Settings - & gt;

Modifiko gjitha Settings Site - & gt;

Mbledhja Site Administrata - & gt; Mbledhja Site features

  • Bashkangjit procesin w3wp.exe në studio vizuale.
  • Pikat e ndalimit Vendi.
  • Then Activate the feature in site collection features

Set Default Tekst për RichHtmlField në MOSS 2007

Në WCM shumica prej jush djema mund të përdorin RichHtmlField në Layout botuese.
Për të vendosur parazgjedhur e tekstit pronën në RichHtmlField përdorur pronën HTML për të kaluar tekstin tuaj parazgjedhje.

Shembull:
[PublishingWebControls:Rich Emri Html Field Fusha =”CountrySectionTitle3″ Runat =”server” id =”RichHtmlField5″ AllowExternalUrls =”i vërtetë” AllowFonts =”i vërtetë” AllowHeadings =”i rremë” AllowHtmlSourceEditing =”i rremë” AllowHyperlinks =”i vërtetë” AllowImages =”i rremë” AllowLists =”i rremë” AllowReusableContent =”i rremë” AllowTables =”i rremë” AllowTextMarkup =”i rremë” Html =”[html][trup][p]–Default Tekst–[/p][/trup][/html]”] [/PublishingWebControls:HTMLFieldDefinition Rich]

Shënim:
Guyz Na vjen keq, Still i am not able to post the tags pls replace ‘[‘ with ‘<' and ']' with '>‘

Moss 2007 Patches pas SP1

Disa nga Patches lëshuar nga Microsoft për MOSS 2007 pas 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

Si për të ndryshuar ngjyrën e sfondit të WebPart Titulli

Hey Guys,
Kam marrë një kërkesë nga biznesi për të ndryshuar ngjyrën e sfondit të titullit webpart për Jashtë webparts Box. Pastaj unë fillova të kërkoj në CSS kam gjetur klasën e mëposhtëm CSS cila refuzon stilin e WebPart Titulli.

.ms-WPHeader TD
{
kufirit-bottom:0px solid # 4e7cb7;
Kufiri-shembja:shembje;
}

Ndrysho këtë klasë si për kërkesën tuaj atëherë ju jeni duke bërë….

.ms-WPHeader TD{
lartësi:40px;
background-color: #0174DF;
font-size: më e madhe;
font-weight: guximtar;
kufirit-bottom:0px solid # 4e7cb7;
Kufiri-shembja:shembje;
}

ADFS Error : AD FS subsystem auditimi nuk do të mund të regjistrohen veten me sistemin. Privilegj i auditimit nuk është mbajtur.

Çështja do araise llogari doesnt kanë leje të auditimit për të hyni ngjarjet e auditimit.

Për të zgjidhë
Për të dhënë një drejtor domain Generate auditimet e sigurisë privilegjin:

Pasi ta identifikojnë këtë llogari,
klikoni Start, pikë për Administrative Tools, click
Politika e Sigurisë Lokale, dhe pastaj klikoni Politikat Lokale.
Kliko Caktimi Drejtat e përdoruesit.
Në detaje panelin, right-click Generate auditimet e Sigurimit, dhe pastaj klikoni Properties.
Shto llogarinë.

Referojuni TechNet Neni

Si të vendosë Zgjidhja Paketa në MOSS 2007

Për të vendosur paketën zgjidhje si * .wsp ose * .cab në SharePoint FERMË.
së pari ne kemi nevojë për të shtuar paketë zgjidhje file në dyqan zgjidhje, atëherë ajo mund të vendoset në nivelin e aplikimit web ose në nivel FARM(Vendosja Global).
Përdor komandën e mëposhtme stsadm për të shtuar zgjidhje në dyqan vendosjen.
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.