If I have a project using Glimpse, what would be the ideal order to add Glimpse? I believe that order doesn't matter in ConfigureServices but does in Configure. Suppose I am using Application Insights, Glimpse, IIS Platform Handler, Static Files, MVC etc. As far as I understand it, all of these (except MVC) compete to try to be first in the pipeline.
If I have a project using Glimpse, what would be the ideal order to add Glimpse? I believe that order doesn't matter in
ConfigureServices
but does inConfigure
. Suppose I am using Application Insights, Glimpse, IIS Platform Handler, Static Files, MVC etc. As far as I understand it, all of these (except MVC) compete to try to be first in the pipeline.