ASHX Generic Handlers and SharePoint – Now in CKSDEV

One of the more popular posts on this blog detailed how to create and deploy a Generic ASHX handler with your SharePoint projects. While you can still do this manually per that post, this is made much easier with the inclusion of a new item template that is part of the CKSDev tools extension.

(more…)

Continue ReadingASHX Generic Handlers and SharePoint – Now in CKSDEV

Adding and Deploying Generic Handlers (.ashx) to a SharePoint 2010 Visual Studio Project

Generic Handlers (.ashx files) deployed to the _layouts directory are not directly supported by Visual Studio 2010 SharePoint projects like custom .aspx application pages are. This post will cover how to add them to your Visual Studio project and deploy them properly to the ISAPI folder.

(more…)

Continue ReadingAdding and Deploying Generic Handlers (.ashx) to a SharePoint 2010 Visual Studio Project