Quantcast
Channel: SharePoint and other geeky stuff » Handlers
Viewing all articles
Browse latest Browse all 2

Creating Generic HTTPHandler in SharePoint

$
0
0
HTTP Handlers are components that implement the System.Web.IHttpHandler interface. It writes some data to the server HTTP response. A file ending with .ashx. In SharePoint they are deployed to the _layouts directory. Generic handlers are a lightweight and quickier way then creating a SharePoint web service layer. I have found them especially useful in getting […]

Viewing all articles
Browse latest Browse all 2

Trending Articles