Content Preview: rss
427 days ago
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 ...
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
531 days ago

