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
VivekDev
source
to share
No one has answered this question yet
See similar questions:
five
or similar:
319
247
70
8
five
4
2
2
1
0