What is recommended approach for storing SharePoint web part images ?
        Posted  
        
            by Nikhil Vaghela
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nikhil Vaghela
        
        
        
        Published on 2010-03-26T08:34:35Z
        Indexed on 
            2010/03/26
            17:33 UTC
        
        
        Read the original article
        Hit count: 319
        
sharepoint
I am little confused with available approaches to store my web part images. I found that i can store images which are being used in my Web Part at following different location 
1. [12Hive]/TEMPLATE/LAYOUTS/1033/IMAGES
2. 80/wpresources/[AssemblyName]
3. [12Hive]/TEMPLATE/LAYOUTS/[Project specific folder]/Images/
Can any one suggest when to use which approach ?
Thanks.
© Stack Overflow or respective owner