Skip to content

Instantly share code, notes, and snippets.

View runxc1's full-sized avatar
🏠
Working from home

runxc1(Bret Ferrier) runxc1

🏠
Working from home
View GitHub Profile
@runxc1
runxc1 / IIS-Boxstarter-Setup
Created January 16, 2015 04:11
IIS Setup On clean machine- used Boxstarter to install
try {
#cinst DotNet4.5
#cinst dotnet4.5.2
#Enable Web Services
cinst IIS-WebServerRole -source WindowsFeatures
cinst IIS-ISAPIFilter -source WindowsFeatures
cinst IIS-ISAPIExtensions -source WindowsFeatures
#Enable ASP.NET on win 2012/8
@runxc1
runxc1 / app.js
Last active November 24, 2015 05:54 — forked from jrmoran/app.js
var App = angular.module('App', []);