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 9169933
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T15:56:49+00:00 2026-06-17T15:56:49+00:00

Currently where I work we have the following set-up (for ASP.NET web-development) using Git

  • 0

Currently where I work we have the following set-up (for ASP.NET web-development) using Git for version control (which we are relatively new to):

A “development” server which is a remote server running IIS that is accessible on our internal network. This is where we deploy stable development website builds so they are viewable throughout our company. On this server we create a Git repository for each project (typically a website).

Developers will then pull this repository to their local machines and work on it locally, committing any changes locally and then finally pushing those changes to the remote repository (the development server) where they are merged into the master branch.

The problem we have is that when source code is built into assemblies (DLLs) then these are added to the local Git repository, cluttering it up with binary files that shouldn’t really be there (since they can be derived from source). However, if we don’t include the DLLs (ie. put them in .gitignore) then when we push changes to the remote repository the DLLs will be missing from the /bin folder and the site won’t work. The only way around this would be to rebuild the site on the development server after pushing changes.

Is there any way around this? Ideally we need a way to ignore the DLLs from our local repository yet still “push” them to the remote server? Or somehow trigger a build on the remote server when changes are pushed?

  • 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-06-17T15:56:50+00:00Added an answer on June 17, 2026 at 3:56 pm

    Sounds like you need to look into “continuous integration”. You can set up your build server to run a clean build each time someone commits or you can configure for certain times in the day. You can also trigger a script to run if the build succeeds such as deploying to a test server. Plus you can get it to run unit tests and send an email to the team with any errors etc.

    I don’t know how builds work in .net but my favourite CI server is jenkins.
    http://jenkins-ci.org/

    There are others e.g. cruise control
    http://cruisecontrol.sourceforge.net/

    Both are free.

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

Sidebar

Related Questions

Anything I have tried didn't work. Currenly I have following code to change asp.net
I have the following query in ASP.NET/C# code which is failing to return any
I have a web application which needs to support multiple languages. We currently have
I have the following code from a legacy app which currently reads from an
I currently have the following registration set up private static void AddFrameworkComponentsTo(IWindsorContainer container) {
I have the following code, and it will not work. I am currently working
I have created online exam application (web based) in asp.net c#. In my application
Currently working on an ASP.NET MVC 3.0 application and using FormsAuthentication . When the
I have an ASP.Net MVC application with a model which is several layers deep
I have a custom MembershipProvider that I'm using in an ASP.NET 2.0 application. Inside

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.