How do I measure my ASP.NET app startup time in production?
I want to get profile information about the startup times in my app (in production) and have the app send that information to Application Insights every time the app starts up.
I want to get profile information about the startup times in my app (in production) and have the app send that information to Application Insights every time the app starts up.