request-pipeline Questions

2

Solved

We picked up quite a high number of ajax calls taking a significant amount of time in AcquireRequestState, in our travels we stumbled upon the session locking gem in ASP.Net so we implemented a cus...
Teriann asked 17/2, 2017 at 14:31

1

Solved

Question Is there a way to programmatically invoke the ASP.NET Core request pipeline from within my own application, given I have a HTTP verb, the route, headers and body payload? Background The...

1

In ASP.Net Core 2.0, I am trying to validate the incoming request headers in a custom middleware. The problem is that I don't how to extract all the key-value-pair headers. The headers that ...

1

Solved

In ASP.Net Core 2.0, I am trying to return a message formatted as json or xml with a status code. I have no problems returning a custom message from a controller, but I don't know how to deal with ...
1

© 2022 - 2024 — McMap. All rights reserved.