My MSN

Click OK to add this content

 
Content Preview: rss
-+Building a Company Contact Web Part Using ASP.NET Ajax and JSON
427 days ago
Mots clés Technorati : WSS 3.0,MOSS 2007,WEb Parts,SharePoint Designer,JSON,Web Service First we have to create a custom SharePoint list that contains a default title, company name, contact person, city, and country fields(set the column types of all columns to a single line of text) ,as it shows the figure below: The idea behind the company contact web part is that if you type in the name of the company and click the AutoFill button, the web part will call a web service that retrieves the rest of the form information for you from the ContactInfo SharePoint list. The web service will return the data in JSON format, so the client-side application needs to be able to deal with that. In the next step, you will create the server side of the company contact application. Add a new web service to the AskMe2 project; make sure the Place Code in Separate File check box is not checked, and name the web service ContactService.asmx. The ContactService web service ...
-+HOW CAN YOU DEBUG YOUR WEB PARTS
514 days ago
Whenever an error occurs in a web part, Microsoft Office SharePoint Server 2007 shows a generic error message. If you want to see a detailed error message, you should open the web.config file of the SharePoint web application that contains the web part, locate the <SafeMode> node, and set the CallStack attribute to true. If you want to be able to see more than a generic server error message, you should locate the <customErrors> element and set the mode attribute to Off. You do not need to set the debug property of the <compilation> element to true to be able to debug a web part. This setting tells ASP.NET to generate symbol tables (.pdb files) when compiling pages. Since your web part code is contained in an assembly, you can debug the necessary .pdb files by building a Debug version of the web part library. When the debug symbols are present, you can debug web parts by attaching to the process (an instance of w3wp.exe). However, if you want to be able to debug web ...
-+[MOSS 2007]Afficher des messages d'erreur explicites
531 days ago
Au cours de la mise en place de l' authentification par formulaire "Forms Authentication" comme publié sur le blog de Gael Duhamel,j'ai eu un petit soucis sur mon Appli dont je ne connais pas la source exactement,et après une longue discussion avec Gael il m'a proposer une astuce qui m'a permet de bien identifier mon problème,et que je veux partager avec vous afin d'afficher des messages explicites sur vos erreurs au lieu d' avoir une description standard de ce type: Unknown Error Troubleshoot issues with Windows SharePoint Services.   donc vous n'avez qu'a modifier le Web.config de votre application sharepoint située dans Lecteur Local:\Inetpub\wwwroot\wss\VirtualDirectories\[repertoire du site] (par exemple 84) ,chercher l'entrée "CallStack" et modifier son statut a "true" pour afficher la pile des erreurs: <SafeMode MaxControls="200" CallStack="true" DirectFileDependencies="10" ...
-+[MOSS 2007]Both Windows SharePoint Services Usage logging and Office SharePoint Usage Processing ...
531 days ago
Pour voir l'etat d'usage de votre site "Site Usage Reports",vous devez activer cette option dans votre environnement sharepoint en procedant par les etapes suivantes: 1-dans la barre a gauche du site d'administration sharepoint,sous "Shared Services Administration" cliquez sur votre SSP.     2-sur cet ecran et dans la rubrique "Office SharePoint Usage Reporting",cliiquez sur "Usage reporting"    3-En suite sur la page "Configure Advanced Usage Analysis Processing" cochez les 2 checkboxe comme le montre l'image ci-dessous:      comme ca vous pouvez acceder aux statistiques d'usage de votre :
-+Adding Permission Levels
531 days ago
To create your own combination of permissions to meet specific site management needs, you can create your own permission level sets as follows: 1. Navigate to a site having unique permission where you are the administrator. 2. From the site’s home page, click the Site Settings option from the Site Actions menu.   3. On the Site Settings page, in the Users and Permissions section, click the Advanced Permissions link.   4. On the Permissions page, click the Settings link to view the Settings menu. 5. Select the Permission Levels option from the Settings menu.     6. If the current site is not the top-most site, a link will be available under See Also in the left navigation area called Manage Permission Levels on Parent Web Site. Click this link. 7. On the Permission Levels page, click the Add a Permission Level link.     8. On the Add a Permission Level page, enter the following: a. In the Name and Description section, enter the name for the new ...
© 2009 MicrosoftMicrosoft