Skip to content

PhotoSauce.WebRSize only support net framework? #68

Answered by saucecontrol
AdwardNguyen asked this question in Q&A
Discussion options

You must be logged in to vote

That is correct, as mentioned in the note at the top of the docs: https://docs.photosauce.net/web.html

WebRSize is tightly integrated with IIS for performance reasons, and the APIs used for that integration do not exist in .NET Core. Since .NET Core 2.2, it is possible to host ASP.NET Core inside an IIS worker process, but this would need to be built from scratch. I will do that eventually, but it's not high on my priority list.

If you are hosting ASP.NET Core with Kestrel, the approach would be different, and it is relatively simple to build a functional middleware component to map URLs to MagicScaler settings.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by saucecontrol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #47 on March 01, 2021 22:30.