Webforms 4.8 integration : how to do it? #2294
Unanswered
LuciferSam8086
asked this question in
Q&A
Replies: 1 comment
-
Polly targets .NET Standard 1.1 so, .NET 4.8 is certainly supported. But it is worth mentioning that Polly provides only a thin layer on top of the System.Threading.RateLimiting. If you want to use only just the rate limiter strategy then I would suggest to use directly the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I have an old webforms ( aspx ) application.
Is it possible to create a global pipeline for a rate limiter in global.asax and then use it in certain pages / controllers ? Or do you have other suggestions?
We're using .NET 4.8.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions