Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » .NET Protocol Handler   (RSS)
Sorry, but there are no more tags available to filter with.

Creating Security Descriptors for MOSS 2007 Managed Protocol Handlers

Long ago (July 2006) I posted an article entitled Creating Security Descriptors for SPS 2003 Managed Protocol Handlers which was supplemental to my original version of the SPS 2003 Managed Protocol explaining how to build a Win32 security descriptor using
Posted by JohnKoz | 2 Comments

New Update to the MOSS 2007 C# Managed Protocol Handler (2007.4)

Heads up, I've released an update to my protocol handler sample on CodePlex: http://www.codeplex.com/MOSSPH/Release/ProjectReleases.aspx?ReleaseId=23453 This release includes several fixes and enhancements that makes building a Protocol Handler even easier
Posted by JohnKoz | 1 Comments

Microsoft Office SharePoint Server 2007 - C# Protocol Handler, moved to CodePlex!

Please take advantage of the rich release, and tracking features of CodePlex . From this point forward I'll be maintaining the code base there. This change will allow me to respond to questions/bugs/updates much more efficiently and timely. -John
Posted by JohnKoz | 1 Comments

Microsoft Office SharePoint Server 2007 - C# Protocol Handler

Do any of these sound familiar? "Writing a SharePoint Protocol Handler is way to hard!" "We have no one on staff that is proficient in C++." "I've found very little documentation on writing a Protocol Handler." "The BDC doesn't do everything we need."
Posted by JohnKoz | 3 Comments

Creating Security Descriptors for SPS 2003 Managed Protocol Handlers

Are you asking yourself “How do I create a security descriptor for my Managed Protocol Handler?” Then first – congratulations, you’ve gotten far enough along in your Protocol Handler to worry about security! Second, don’t worry there’s an easy answer;
Posted by JohnKoz | 0 Comments

Creating Security Descriptors for SPS 2003 Managed Protocol Handlers

How to add support for creating Security Descriptors, to your C# Protocol Handler.
Posted by JohnKoz | 5 Comments
Attachment(s): SecurityDescriptor.cs

Updated Protocol Handler Documentation

I’ve updated the documentation for the protocol handler to correct an error regarding the installation of the content source. Basically, the content source needs to be added via CSInstaller (or custom code of your choice) so that the proper properties
Posted by JohnKoz | 0 Comments

Managed Protocol Handler Documentation

Updated documentation since the SharePoint Utility Suite v2.5 release.
 
Page view tracker