August 2009 - Posts

Integrating SharePoint Windows Authentication and the ASP.NET SqlProfileProvider
16 August 09 07:10 PM | Mike Knowles
ASP.NET Profile Properties provide a convenient way to store application and user-specific preferences and personalization choices without having to write a lot of code to manage the back-end data storage and retrieval. The ASP.NET Application Services...
Filed under:
Automate the Display of SharePoint Application Pool Process IDs with a Batch Script
02 August 09 02:59 AM | Mike Knowles
Here’s a quick way to get a listing of the currently running SharePoint application pool process IDs. Save this script in the directory of your choice and name it with a .bat extension (e.g. GetAppPoolProcessIds.bat): cscript.exe %systemroot%\system32...
Filed under: