Search code examples
asp.netvisual-studio-2010publish

Visual Studio 2010 - Partially Publish Web Site?


I just completed a website that is image heavy and I'm publishing the site to an FTP server. The publish time takes ~5 minutes. Is there a way for me to configure which file types get published? I'd like to push out changes only if the file extention is: (.config, .aspx, .cs, .asmx, .js, .html, .css, .master).

Is this possible?


Solution

  • No, the publish process publishes the whole website.

    Publish it on your local computer first and then use an FTP tool (Filezilla, CoreFTP...) to selectively upload your files to the server.