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

  • SEARCH
  • Home
  • 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 i've just recently been getting a hang of sockets but ran into
hey guys, how can I just achieve this simple layout? I'm hoping the answer
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 this is my html code: <div class=nakupy> <li class=icn_kategorie><a href=#>Nákupy</a> <div class=sub_menu>
hey guys having this really simple problem but cant seem to figure out have
Hey guys I wanted to create a JScrollPane but it won't work... and I
Hey guys got an issue with Cakephp validation.. I want to know why is
Hey Guys i am currently trying to stopping one tableviewcell from being editable. But
Hey guys i am trying to run this query in my postgres db 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.