473,385 Members | 1,372 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,385 software developers and data experts.

Updating deployed web site

I'm looking for a 'best practices' method for doing updates to an already existing web site (ASP.NET)
Let's say I have modified 5 .aspx pages (several layers deep inside various folders) along with the project's main assembly and now I want to 'update' the production server
I could build a new install file(.msi), however, I would probably have to uninstall the existing application everytime(along with making sure I don't override the web.config file). I could do an XCOPY but then I would have to remove the code-behind files(.vb) afterwards(along with copying many unneccesary files)

This seems like it would be a pretty common issue however I have not seen any discussions as to its resolution

Thank you for your hel

paul
Nov 18 '05 #1
1 1068
COPY-PROJECT from the menu may work for you but if you dont want to override
the web.config then you are going to have to do it manually. I just wrote a
simple .BAT that copies it all up to the prod server, specifying only the
file types I wanted (all .aspx, .asmx, .asax, .xml, .dll, images, etc)

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"paul" <an*******@discussions.microsoft.com> wrote in message
news:0D**********************************@microsof t.com...
I'm looking for a 'best practices' method for doing updates to an already existing web site (ASP.NET). Let's say I have modified 5 .aspx pages (several layers deep inside various folders) along with the project's main assembly and now I want to
'update' the production server. I could build a new install file(.msi), however, I would probably have to uninstall the existing application everytime(along with making sure I don't
override the web.config file). I could do an XCOPY but then I would have to
remove the code-behind files(.vb) afterwards(along with copying many
unneccesary files).
This seems like it would be a pretty common issue however I have not seen any discussions as to its resolution.
Thank you for your help

paul

Nov 18 '05 #2

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

Similar topics

14
by: WindAndWaves | last post by:
Hi Gurus I have been working on a rather sophisticated update procedure for FEs of my application that are spread throughout the country. Now, I recently thought: WHAT IF I identify all the...
8
by: nick | last post by:
I have a problem and I've been using a cheezy work around and was wondering if anyone else out there has a better solution. The problem: Let's say I have a web application appA. Locally, I set...
1
by: Doug Lim | last post by:
I have an ASP.NET application that I've developed using Visual Studio ..NET 2003 and I'm making use of Crystal Reports for .NET that's included to return reports back to the visitor's web browser...
7
by: James | last post by:
Hi Has anybody had any experience of ASP.Net performance counters not updating. In the performance monitor application when I try to add the groups ASP.NET and ASP.NET Applications the...
0
by: treilly via DotNetMonster.com | last post by:
Hi all, I have been trying to figure this out for about 4 hours and it's driving me nuts. I have a .net script that parses through an xml file and creates several controls on a page. ...
9
by: AG | last post by:
Using VS2005 Pro. I just deployed a ASP.NET 2.0 website (not web application) with the option to make it updatable. VS deployed all aspx, ascx files, but not all image or html files. It also...
2
by: Sid Price | last post by:
I have an application that has already been deployed and we need to add a new column to some of the tables in the application database. We are using an access database. We have a solution working...
0
by: Jeppe Jespersen | last post by:
I have deployed a site that uses Memberships and Roles to a production server. When I'm logged on to the production server, and i browse my new site, i can log in to the website with no problems. I...
0
by: zgh1970 | last post by:
Hi, All, I have problem on updating JAVA UDF on db2 UDB V8 FP10 on aix. I just updated a JAVA code used by the JAVA UDF. I deployed this change to our three region (DB2 UDB v8 FP12 and DB2 v8...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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...

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.