Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3315458
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T22:21:09+00:00 2026-05-17T22:21:09+00:00

Hey guys, So I recently got a VPS, just so I can start gaining

  • 0

Hey guys, So I recently got a VPS, just so I can start gaining experience. But I’m looking for a service/program where I can code on my PC, then when I’m done, I run a script or do a command or something to have it updated to my VPS.

I thought I was looking for Git, but apparently git does not do what I’m looking for.

Any suggestions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T22:21:10+00:00Added an answer on May 17, 2026 at 10:21 pm

    Windows or Linux?

    On Windows, there’s a host of tools.

    First of all you code. Visual Studio is the most common. You get a sln-file and a batch of *.*proj-files.

    When talking about deploying to remote servers, often a continuous integration server is used. We are using TeamCity (http://www.jetbrains.com/teamcity/). Download it locally, install and create a new project, selecting the “SLN-runner”. Point it to the sln file of yours.

    When you want the deployment part working, create a small build file such as “MyProj.build”, that contains something along the lines of

    <?xml version="1.0" encoding="utf-8"?>
    <Project DefaultTargets="BuildProject" 
             InitialTargets="CheckRequiredProperties" 
             xmlns="http://schemas.microsoft.com/developer/msbuild/2003" 
             ToolsVersion="4.0">
    
    <Target Name="BuildProject">
    
        <Message Text="Starting $(Configuration) build. Web site publish location $(OutputWebSite)" />
    
        <MSBuild Projects="$(SolutionPath)" 
                 Targets="Build"
                 Properties="BuildOutputPath=$(BuildOutputPath);
                    BuildOutputPathBin=$(BuildOutputPathBin);
                    Configuration=$(Configuration);
                    BuildConstants=$(BuildConstants);
                    MSBuildTargets=$(MSBuildTargets);
                    TargetFrameworkVersion=$(TargetFrameworkVersion);
                    TargetFrameworkProfile=$(TargetFrameworkProfile)">
    ...
    

    Where SolutionPath points to your sln-file.

    You will then update the TeamCity config to point to MyProj.build instead, using the MsBuild runner.

    Then you need a way of having TeamCity upload everything to your server. Powershell is a nice scripting environment that can run .Net code, but you’d be invoking it through MsBuild…

    Something like this
    http://community.bartdesmet.net/blogs/bart/archive/2008/02/16/invoking-powershell-scripts-from-msbuild.aspx

    And then you can script with MsDeploy accross to your server:
    http://blogs.iis.net/jamescoo/archive/2008/08/21/using-msdeploy-in-powershell.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey guys, so I recently purchased a cheap vps for me to play around
Hey guys, I do most of my work in MySQL, but have recently been
Hey guys, I just started learning C++ and I have this code that I
Hey Guys i got this code in my Activity: public class MYAppActivity extends Activity{
Hey guys i want to execute my SQL statement but im having synatx trouble,
Hey Guys, here is my code for this, the only help i get from
Hey guys, I've got a neat dropdown menu and also a flashfile in my
Hey guys I have a query that selects data and organizes but not in
Hey guys, I have a CS exam tomorrow. Just want to get a few
Hey Guys, having an issue with Linq-to-SQL, I am basically doing the following but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.