I’m loading image from my database to temp file but my IIS can’t see this file so I need to add it to my ISS somehow.
I saw some way here Link
So question is how to make and work with ImageHandler.dll
Need I to create new dll application for it and then add to bin of my web app ?
I’m loading image from my database to temp file but my IIS can’t see
Share
You can use generic handlers for it. Here is a sample: