How to handle images folder with many images
        Posted  
        
            by 
                Billy
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Billy
        
        
        
        Published on 2010-12-30T14:43:04Z
        Indexed on 
            2010/12/30
            14:54 UTC
        
        
        Read the original article
        Hit count: 267
        
I'm developing a new aspnet website with 200k images in a /Images/ -folder.
Many operations in Visual Studio is slow because it access the folder, adding a web service takes 10 minutes.
The images is not checked into scm (svn).
How should I structure the tree of code, to improve performance in VS?
It would also be neat if not all developers needed to copy 200k images to their local disk to be able to develop on the site.
Images as DB blobs is not an option.
© Stack Overflow or respective owner