Change ClickOnce Publich Folder Location
        Posted  
        
            by LnDCobra
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by LnDCobra
        
        
        
        Published on 2010-04-15T14:36:14Z
        Indexed on 
            2010/04/15
            14:43 UTC
        
        
        Read the original article
        Hit count: 372
        
How can I change the Publishing Folder of already deployed applications? E.G.
Currently the path is
\\Server1\App
but I want to change this to
\\Server2\App
For performance reasons (Server1 is becoming overloaded) and therefore I'm planning to move majority of our shared folders including the Apps folder to a different server
© Stack Overflow or respective owner