I am looking for a solution for adding an aspx resource files for a webpart.
One of the previous posts here was looking for a better Image Viewer Webpart -
I've recreated Microsoft's webpart, and will soon be adding functionality to it
to allow for resizing of images. I would like to use some of the support that
the .NET framework has for resampling images, but I'd have to allow for a
secondary aspx file to return the image. Any suggestions where this aspx file
can be placed? I don't want to have to have to create a managed path, and I
don't want to have to add an httphandler to the main web.config.