Skip to content

Instantly share code, notes, and snippets.

@yowko
yowko / AzureAutoSettings.cs
Created December 17, 2015 03:35 — forked from davidebbo/AzureAutoSettings.cs
AzureAutoSettings
using System;
using System.Collections;
using System.Configuration;
using System.Reflection;
using System.Web;
[assembly: PreApplicationStartMethod(typeof(EnvSettings.SettingsProcessor), "Start")]
namespace EnvSettings
{