Skip to content

Instantly share code, notes, and snippets.

@SLaks
SLaks / AppHarborModule.cs
Created March 12, 2012 23:26
Fixed AppHarbor Module
using System;
using System.Collections.Specialized;
using System.Configuration;
using System.Linq.Expressions;
using System.Reflection;
using System.Web;
namespace SLaks {
//Based on: https://github.com/trilobyte/Premotion-AspNet-AppHarbor-Integration/blob/master/src/Premotion.AspNet.AppHarbor.Integration/AppHarborIntegrationModule.cs