Why is Application_Start in Global.asax called before setting in Startup class

As I understand it, the Configuration method in Owin Startup is associated with the PreApplicationStart event . So shouldn't the Config method be called before Application_Start from Global.asax ? I observe that the config method is called after the Application_Start method. Can someone please tell a little about why this is?

+3
asp.net asp.net-web-api startup owin


source to share


No one has answered this question yet

See similar questions:

five
Shouldn't OwinStartupAttribute run before global.asax and Application_Start?

or similar:

319
OwinStartup does not fire
247
When should you use OWIN Katana?
70
When to use Application_Start vs Init in Global.asax?
8
Owin provides a startup class in web.config (no auto startup detection)
five
Why does the declaration order of the auth middleware matter in the Owin startup class?
4
why is the configuration method of the Owin Startup class called before and after the page is loaded?
2
Which method was previously called SignalR Configuration or ASP.NET Application_Start?
2
Calling Application_Start on Owin Self-Hosting Application
1
Application_Start () does not start in Global.asax
0
Why is the SignalR Startup class setup method being called twice



All Articles
Loading...
X
Show
Funny
Dev
Pics