asp.net path problem when deploying
        Posted  
        
            by Daok
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Daok
        
        
        
        Published on 2010-05-14T18:31:46Z
        Indexed on 
            2010/05/14
            18:34 UTC
        
        
        Read the original article
        Hit count: 329
        
We have moved a lot of images and javascript file that was inside class to external Javascript file. In development (Debug inside Visual Studio), everything look nice, all images show, all javascript works and all CSS display perfectly. When we do a package and install everything with IIS all images from Javascript or CSS doesn't display and.
Question is : Since we cannot use the tilde (~) in javascript or in CSS what is the way to display those resources?
© Stack Overflow or respective owner