Is there any possibility to post Glimpse or Mini-Profiler log information to a web api / webservice in order to separate the logged data storing (saving to a database) part from the main application.
We would be able to capture Mini-Profiler logged data within the Application_EndRequest() but we can not use any asynchronous calls to post data into web api inside this method. Any help or advice would be really appreciated.
Thanks DSR