Hi
I have a requirement to store images of different users in my asp.net website. I would like to know which would be the best way to save images on which server.
Possible Approaches Thought Of:
1. Store on SharePoint document Library with user related metadata fields.
2. Store on Sql server tables with user related fields.
3. Store on asp.net website virtual directory.
Problem:
The problem is - my site need to show all users images(100 or more) on a single page, and it will be time consuming to retrieve all images one by one either from sharepoint document library or Sql server. In addition, by storing images on virtual will consume
hard disk space.
Is there any another way which would be solve this issue?
Thanks
</div> </div> </div>
Go to the complete details ...