This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!-- | |
This configuration file is required if iisnode is used to run node processes behind | |
IIS or IIS Express. For more information, visit: | |
https://github.com/tjanczuk/iisnode/blob/master/src/samples/configuration/web.config | |
--> | |
<configuration> | |
<system.webServer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.] | |
System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) +0 | |
System.Reflection.Assembly.GetTypes() +118 | |
SimpleAuthentication.Core.ReflectionHelpers.<FindAllTypesOf>b__0(Assembly s) +20 | |
System.Linq.<SelectManyIterator>d__1`2.MoveNext() +293 | |
System.Linq.WhereEnumerableIterator`1.MoveNext() +51 | |
System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +452 | |
System.Linq.Enumerable.ToList(IEnumerable`1 source) +70 | |
SimpleAuthentication.Core.ReflectionHelpers.FindAllTypesOf() +291 | |
SimpleAuthentication.Core.AuthenticationProviderFactory.<.cctor>b__d() +61 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections; | |
using System.Configuration; | |
using System.Reflection; | |
using System.Web; | |
[assembly: PreApplicationStartMethod(typeof(EnvSettings.SettingsProcessor), "Start")] | |
namespace EnvSettings | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json#", | |
"contentVersion": "1.0.0.0", | |
"parameters": { | |
"siteName": { | |
"type": "string" | |
}, | |
"hostingPlanName": { | |
"type": "string" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ############################################################################ | |
# | |
# Copyright (c) Microsoft Corporation. | |
# | |
# This source code is subject to terms and conditions of the Apache License, Version 2.0. A | |
# copy of the license can be found in the License.html file at the root of this distribution. If | |
# you cannot locate the Apache License, Version 2.0, please send an email to | |
# [email protected]. By using this source code in any fashion, you are agreeing to be bound | |
# by the terms of the Apache License, Version 2.0. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!-- | |
This configuration file is required if iisnode is used to run node processes behind | |
IIS or IIS Express. For more information, visit: | |
https://github.com/tjanczuk/iisnode/blob/master/src/samples/configuration/web.config | |
--> | |
<configuration> | |
<system.webServer> |