I am currently developing an ASP.NET WebApp. I am using the .NET framework 4.8.. There I load images from a SQL Server database stored as BLOBs into my project's images directory during runtime. These BLOBs are converted and saved as .jpg files. But now the problem is that the images cannot be displayed in the frontend because they are not included in the project. I wonder now how I can include these images in my project at runtime?
I've already tried the solution here. It doesn't work for me because I can't find an AddItem()
function.
Can someone help?