LoginSignup
0
0

More than 5 years have passed since last update.

OwinのStartupクラスをWeb.configで指定する

Last updated at Posted at 2017-03-19

元ネタは
 https://docs.microsoft.com/en-us/aspnet/aspnet/overview/owin-and-katana/owin-startup-class-detection

OwinでStartupクラスを作ってOWINを起動できるが、そのStartupクラスをWeb.config内で指定できるようだ。

例えばこんな風に

<appSettings>  
  <add key="owin:appStartup" value="StartupDemo.ProductionStartup" />
</appSettings>
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0