Microsoft Office SharePoint Server 2007 VHD

Hi Devs,

Iščete razvojno okolje za učenje MOSS 2007.

Tukaj je pot. Microsoft daje Preconfigure VHD za MOSS 2007.

Dobite ga tukaj

Če imate težave pri nastavljanju VHD prosimo post tukaj.

Download Virtual PC, da Host VHD.

Povečajte Upload File size v Moss 2007

Če želite povečati Upload File size v Moss 2007

Jih bo Default Moss nam omogoča nalaganje datotek velikosti do 50 MB. Če želite povečati upload velikost datoteke.

Sledite korakom spodaj: Open Centralna uprava

Open Web Application Splošne nastavitve

Change the Maximum Upload Size to Required Size Upload File size can […]

Restrict Anonymous Users to view Form Pages in MOSS 2007

If you enable the anonmous access in MOSS 2007 Spletna stran. The anonmous user will able to access the form pages like: http://server/pages/forms/allitems.aspx

If you want to restrict anonymous users to access those default form pages.

Enable the ViewFormsPagesLockdown Feature to restrict anonymous users to access the site

Skladnja: stsadm.exe -o activatefeature -url -filename

Primer: […]

How to Take the Backup of SubSite in MOSS 2007

Hi Devs, If you want to take the backup of subsite in command prompt.

stsadm.exe is in the following installation path”C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12BINstsadm.exe”

Skladnja: stsadm.exe -o export -url -filename

Example stsadm.exe -o export -url http://localhost/subsite -filename subsitebackup.dat

Best Practices: Using Disposable Windows SharePoint Services Objects

When am started program using sharepoint objects. I found little bit difficult to understand about the sharepoint objects lifetime and best approach to dispose it. I found the following MSDN article which helps me a lot to learn and understand about sharepoint objects disposal.

Refer it here

Site Restore in MOSS 2007

To Restore the Site in SharePoint 2007

stsadm.exe is in the following installation path”C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12BINstsadm.exe”

Skladnja : stsadm.exe -o restore -url -filename

Primer : stsadm.exe -o restore -url http://localhost:2100/ -filename backup.dat

If you are trying to restore with the empty webapplication then the above command will successfully restore your backup.

[…]

Site Backup v MOSS 2007

To take the backup in moss 2007 in command promp

stsadm.exe is in the following installation path “C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12BINstsadm.exe”

Skladnja : stsadm.exe -o backup -url -filename

Primer : stsadm.exe -o backup -url http://localhost:2100 -filename backup.dat

if you want to overwrite the existing backup file use -overwrite with the command stsadm.exe […]

Kako Upload Exe datoteke v SharePointovo knjižnico dokumentov

Če ste dobili napaka pri nalaganju exe ali anyother blokiral datotek.

Sledite spodnjim korakom za nalaganje datotek

Open Central Administration in the Operation Tab Securtiy Section open the option Blocked file types

Odstrani exe (podaljšanje) v seznam & zbrisati tudi iz spletnih aplikacij seznama blokiranih vrst datotek.

[…]

Brezplačna SharePoint Web Parts

Hi SharePoint Dev je, Mark Kruger je dal seznam prostih SharePoint webparts

http://www.sharepointblogs.com/mkruger/archive/2007/06/26/free-sharepoint-web-parts-3rd-party.aspx

Pogledat.

Arhitektura in načrtovanje za MOSS 2007

Useful worksheets for SharePoint Server 2007 Planning

•Downloadable book: Planning and architecture for Office SharePoint Server 2007

•Planning worksheets for Office SharePoint Server 2007

•Plan overall design

•Plan Web site structure and publishing (Office SharePoint Server)

•Plan for personalized content and sites

•Plan workflows

•Plan InfoPath Forms Services

•Plan for business intelligence

•Plan search (Office […]