Algunos links para cubrir los temas que se preguntan en el examén:
1. Deploy a Web Part to the Windows SharePoint Services server.
- Register an assembly as a safe control in the Web.config file
”To deploy the Web Part to your WSS Site, you must then register the control as safe in web.config’s SafeControls node, as described in Chapter 3. Assuming the project name LitwareWebParts, the following entry in the SafeControls node in web.config will register the assembly and namespace as safe.
<SafeControl Assembly="LitwareWebParts" Namespace="LitwareWebParts"
TypeName="*" Safe="True" />
Note that for this example, we are not strong-naming the assembly, and therefore we can use the simple name of the assembly. When you strong-name the assembly, you should always register the SafeControl entry using the full four-part assembly name.” [1]
- Configure Web Part permissions.
http://technet.microsoft.com/en-us/library/cc261736.aspx
- Enable a Web Part to access resources by creating a custom security policy.
http://msdn.microsoft.com/en-us/library/dd583158(office.11).aspx
- Create and deploy a Windows SharePoint Services solution package
http://msdn.microsoft.com/en-us/library/bb466225.aspx
http://www.sharepointnutsandbolts.com/2007/07/building-and-deploying-sharepoint.html
- Deploy a site definition to a Windows SharePoint Services front-end Web server
http://msdn.microsoft.com/en-us/library/bb687712.aspx
http://www.binarywave.com/Lists/Tips%20and%20Tricks/DispForm.aspx?ID=4
Continuará…
Referencias
[1] P. Ted and L. Daniel. Inside Microsoft Windows SharePoint Services 3.0. Cap 3 y 4. 2007.
Feliz certificación