Posts about ASP.NET

Set Default Browser for Debugging SharePoint 2013 Apps

When debugging a SharePoint 2013 App project in Visual Studio 2012 or 2013, the default web browser set for Windows will be opened. Often you may want this to be changed to a different browser for a better and more streamlined debugging experience. Read on to see how to change this… (more…)

Continue ReadingSet Default Browser for Debugging SharePoint 2013 Apps

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