Updates the owin startup classes - we now have a default one shipped as a DLL which will always execute based on the appSettings, then we can ship with 2 optional ones that people can learn and use from which just requires them to update the appSetting. Now to decide on how to ship these .cs files

This commit is contained in:
Shannon
2015-03-26 18:09:48 +11:00
parent 6efd14eff3
commit 394cab5ab4
7 changed files with 101 additions and 10 deletions

View File

@@ -51,7 +51,7 @@
<add key="autoFormsAuthentication" value="false" />
<add key="log4net.Config" value="config\log4net.config" />
<add key="owin:appStartup" value="UmbracoStartup" />
<add key="owin:appStartup" value="DefaultUmbracoStartup" />
</appSettings>
<connectionStrings>
<remove name="umbracoDbDSN" />