Storing images for multiple web sites
        Posted  
        
            by Orkun Balkanci
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Orkun Balkanci
        
        
        
        Published on 2010-03-16T17:15:27Z
        Indexed on 
            2010/03/16
            17:21 UTC
        
        
        Read the original article
        Hit count: 224
        
I've got two web sites (written in c#) which are pretty common:
- One is an admin site (cms) where you add images into content as needed, through editor pages.
 - Second is the site where the content with images is shown.
 
Images should be stored outside these two sites but where and how?
© Stack Overflow or respective owner