Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Development Server vs Production Server

Development Server vs Production Server

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-netdatabasevisual-studio
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pinna_hari
    wrote on last edited by
    #1

    Hello, I have developed one web application in asp.net(in VSTS 2008) and moved to production server by taking backup of database and files, Later i have included lot of new modules and functionality in developement server. My question is how to move updated files (Modules with database) to production server, with out losing of existing data in production server. do we have any tools to update whenever we build in visual sutdio, or any specail process is there? Please help me, and let me know any vedios or articles available on this topic.

    Pinna

    A 1 Reply Last reply
    0
    • P pinna_hari

      Hello, I have developed one web application in asp.net(in VSTS 2008) and moved to production server by taking backup of database and files, Later i have included lot of new modules and functionality in developement server. My question is how to move updated files (Modules with database) to production server, with out losing of existing data in production server. do we have any tools to update whenever we build in visual sutdio, or any specail process is there? Please help me, and let me know any vedios or articles available on this topic.

      Pinna

      A Offline
      A Offline
      Adam R Harris
      wrote on last edited by
      #2

      Well as far as your Modules go, if you are just talking libraries (dlls), you should just be able to overwrite the existing Modules. For the DB, this is a little trickier if you know exactly what fields changed you should be able to just write an update statement for the tables that have changed. If you don't know what tables changed you can use a third party tool, something like APEX SqlDiff[^] to run the comparison and generated the scripts for you. It's a little pricey but I’m not sure what your budget is. If it's just a onetime thing, I think the trial might do.

      If at first you don't succeed ... post it on The Code Project and Pray.

      Y P 2 Replies Last reply
      0
      • A Adam R Harris

        Well as far as your Modules go, if you are just talking libraries (dlls), you should just be able to overwrite the existing Modules. For the DB, this is a little trickier if you know exactly what fields changed you should be able to just write an update statement for the tables that have changed. If you don't know what tables changed you can use a third party tool, something like APEX SqlDiff[^] to run the comparison and generated the scripts for you. It's a little pricey but I’m not sure what your budget is. If it's just a onetime thing, I think the trial might do.

        If at first you don't succeed ... post it on The Code Project and Pray.

        Y Offline
        Y Offline
        Yusuf
        wrote on last edited by
        #3

        For MSSQL server there is a free toolSqlDbDiff[^] which does a decent job of comparing databases.

        Yusuf May I help you?

        A 1 Reply Last reply
        0
        • Y Yusuf

          For MSSQL server there is a free toolSqlDbDiff[^] which does a decent job of comparing databases.

          Yusuf May I help you?

          A Offline
          A Offline
          Adam R Harris
          wrote on last edited by
          #4

          Never heard of this one before, looks nice and you can't beat that price. Thanks for the info

          If at first you don't succeed ... post it on The Code Project and Pray.

          1 Reply Last reply
          0
          • A Adam R Harris

            Well as far as your Modules go, if you are just talking libraries (dlls), you should just be able to overwrite the existing Modules. For the DB, this is a little trickier if you know exactly what fields changed you should be able to just write an update statement for the tables that have changed. If you don't know what tables changed you can use a third party tool, something like APEX SqlDiff[^] to run the comparison and generated the scripts for you. It's a little pricey but I’m not sure what your budget is. If it's just a onetime thing, I think the trial might do.

            If at first you don't succeed ... post it on The Code Project and Pray.

            P Offline
            P Offline
            pinna_hari
            wrote on last edited by
            #5

            Hi, Thanks for your reply. I am not talking about libraries(dlls), i am just saying about aspx files, and came to known we can move updated files from production server to development server using Team foundation server, but i dont know the process am looking for tutorials.

            Pinna

            A 1 Reply Last reply
            0
            • P pinna_hari

              Hi, Thanks for your reply. I am not talking about libraries(dlls), i am just saying about aspx files, and came to known we can move updated files from production server to development server using Team foundation server, but i dont know the process am looking for tutorials.

              Pinna

              A Offline
              A Offline
              Adam R Harris
              wrote on last edited by
              #6

              Copy & Paste replacing the old ones with new ones, if you have customizations to the web.config don't overwrite that or you will have to make the changes again, by changes I mean values. obviously overwriting the web.config will remove all changes to the previous version

              If at first you don't succeed ... post it on The Code Project and Pray.

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups