473,387 Members | 1,721 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

from staging to production

rom
what do i have to more from staging to production every
time i make changes? all the files only? what about the
dll in the bin directory? if i copy the dll file do i also
have to copy the aspx and aspx.vb files?

thanks.
Nov 19 '05 #1
2 1314
rom wrote:
what do i have to more from staging to production every
time i make changes? all the files only? what about the
dll in the bin directory? if i copy the dll file do i also
have to copy the aspx and aspx.vb files?

thanks.


If the change is just in an aspx (or ascx, or config file)
then you can copy just that file.
If the change is in code(-behind) then you need to copy
the compiled dll. You do *not* need to copy .vb (or .cs) files.

Hans Kesting
Nov 19 '05 #2
"rom" <me****@ifat.com> wrote in message
news:08****************************@phx.gbl...
what do i have to more from staging to production every
time i make changes? all the files only? what about the
dll in the bin directory? if i copy the dll file do i also
have to copy the aspx and aspx.vb files?


If you're using Visual Studio.NET, you can use the Project->Copy Project
command, which has an option to only copy the files needed for the
application. I often use this command to copy to a dummy location, then
deploy the files from the dummy location to the staging or production
server.

John Saunders
Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Ilan | last post by:
Hi all I need to add data from two Excel sheets (both on the same workbook) to an existing table in my SQL DB. The problem is that each sheet holds different fields for the same record, though...
0
by: Joe | last post by:
Does anyone know of a tool that can automate code migration from a staging server to a production server. As a developer I only have rights to migrate to staging and I would like a tool that could...
7
by: Bob | last post by:
It's great that VS.NET makes it so effortless to add a web reference to a web service. The problem is, I haven't figured out a way to configure the URLs (or simply switch the references to another...
2
by: Thomas R. Hummel | last post by:
Hello, I am currently working on a monthly load process with a datamart. I originally designed the tables in a normalized fashion with the idea that I would denormalize as needed once I got an...
6
by: Klemens | last post by:
I want to create an MQT, intialize it manually and then use staging table to refresh it with new data, but i don' t see a way for not doing full refresh after creating the staging table. I tried...
0
by: tshad | last post by:
I am trying to find the best way to handle my development process. I am using Dreamweaver to handle the check-in/check-out process which works pretty well. We are trying to work out the best...
0
by: ozzii | last post by:
I have a production database (Access) running on a web server, and a duplicate "staging" database which is to be used for table import/export from/to the production database. For example, I make...
9
by: Guineapig1980 | last post by:
Hi all I am trying to copy data from one database server to another. I only want to copy one table's data, not the entire database. The part that I am having trouble with is connecting from one...
1
by: samratds | last post by:
Hi We have two server one production and other staging both with fixed ip address ,staging server is inside a firewall and any public computer outside the network cannot see it .I have crystal...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.