I apologize in advance if this question is too broad, but it is a pressing issue:
Currently, there is a web application on a virtual machine at work that has a huge amount of pictures. Not only is this bogging down the server, but it is making other tasks very hard to accomplish. Would it be a bad idea to store the images as a string to be later converted into a bitmap? Is there any other way I could go about this to make having these pictures easier on the server?