Posts
Sort by recent activity
How do you profile a .NET Core website (REST API) running under IIS?
Specifically, this is a REST API, and I need to profile how it reacts as other client sites call into the APIs it offers.I envision a solution of specifying the URL to my .NET Core REST API that I ...