I am working on a web application that needs to store a lot of pictures. I tried storing them in the blob-format in a database, but I quickly found out, that it takes far too long to retrieve the pictures from the db.
I read on some different forums, that it's possible to store the pictures in folders on a live server along with my web application, and that this option is far superior when it comes to performance etc.
So my question is; if I store these pictures on a live server, then how would I go about referencing these pictures in a SQL Server database, and secondly, how would I create 'mock-data' to test my stored procedures?
I realize that this is my first post, and that it probably is pretty basic for most experienced programmers.
I tried reading around on this site (and others), however, but I have been unable to find an answer.
Best regards
Brad Bit