Exemplo n.º 1
0
 public void Configuration(IAppBuilder app)
 {
     // plain jane new http config for self hosted integration tests
     BootStrap.Configure(app, new HttpConfiguration());
 }
Exemplo n.º 2
0
 public void Configuration(IAppBuilder app)
 {
     // integration of owin into IIS and ASP.NET pipeline
     BootStrap.Configure(app, GlobalConfiguration.Configuration);
 }