I have a .NET 8 MVC Application where I am using Telerik Kendo UI for the Captcha implementation. It is working fine at my local machine. But after a publish on AWS Elastic Beanstalk on Linux it is not working.
I got some details like Telerik Captcha is using System.Drawing package which is not supported on Linux.
Now, please help me to figure out how can I implement Telerik Captcha Support with Linux based Hosting.