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

Change in web application release

Hi,

I'd like to know if I have to re upload my web application to the web
server everytime I make a minor change to it.

For example, I just changed one line of code in my code behind.

I see how THAT file needs to be updated, and probably the dll and pdb.

Anybody know for sure what needs to be updated besides these 3 or do I
have to upload the whole web application?

One thing I have gathered is that client pages (aspx) can be modified
and uploaded without a fresh release. But it's the code behind that I
need confirmation on.

Thanks :)

Nov 28 '05 #1
2 971
In 1.x if you change an aspx or ascx then you need only upload those files.

If you change any code files (.cs, ,vb) such as codebehind files, you need
only re-upload the .dll for that project. You shoudlnt' have .cs and .vb
files on your production server.

In 2.x it's a lot more complicated, as it depends on which deployment mode
you are using..

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
http://openmymind.net/redirector.aspx?documentId=51 - Learn about AJAX!

<da****@gmail.com> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
Hi,

I'd like to know if I have to re upload my web application to the web
server everytime I make a minor change to it.

For example, I just changed one line of code in my code behind.

I see how THAT file needs to be updated, and probably the dll and pdb.

Anybody know for sure what needs to be updated besides these 3 or do I
have to upload the whole web application?

One thing I have gathered is that client pages (aspx) can be modified
and uploaded without a fresh release. But it's the code behind that I
need confirmation on.

Thanks :)

Nov 28 '05 #2
Are you using ASP.NET 1.1? If so, just the .dll (in this particular case)
and possibly the .aspx file if you made changes there. If using ASP.NET 2.0,
just the .cs file. This will cause IIS to recompile that assembly Server-
Side.

Good luck.
da****@gmail.com wrote:
Hi,

I'd like to know if I have to re upload my web application to the web
server everytime I make a minor change to it.

For example, I just changed one line of code in my code behind.

I see how THAT file needs to be updated, and probably the dll and pdb.

Anybody know for sure what needs to be updated besides these 3 or do I
have to upload the whole web application?

One thing I have gathered is that client pages (aspx) can be modified
and uploaded without a fresh release. But it's the code behind that I
need confirmation on.

Thanks :)


--
Seth Webster

Message posted via http://www.dotnetmonster.com
Nov 28 '05 #3

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

Similar topics

1
by: Barry Edmund Wright | last post by:
Problem when using Xp Packaging Wizard and the database being able to find the Application Icon after database is deployed. Under Menu/Tools/Startup form I have: Application Icon:...
3
by: Gustavo L. Fabro | last post by:
Greetings! I'm testing VS 2005 Beta 2, and I've compiled a program that runs just fine on my computer (where VS is installed). I've tried to run this same program on another computer (after...
5
by: who be dat? | last post by:
Hello all. I'm writing an application that is writing trace information that can be viewed in trace.axd. I would like to rename this and use a different name specific to my application. I know...
7
by: Greg Collins [MVP] | last post by:
Hi, I couldn't find what I was looking for by searching the newsgroup, but perhaps these have already been discussed somewhere. This is a bit long with a lot of interrelated questions. What I've...
4
by: Rich Wallace | last post by:
Hi all, I have a VB app that runs and manages individual XLS files within a single COM object. Upon processing the final fie, I attempt to close out the EXCEL object and release it using...
4
by: Ravi Ambros Wallau | last post by:
Hi: We developed a set of ASP.NET Web Applications that never runs in stand-alone mode, but always inside a portal (Rainbow Portal). All modules are copied on that portal. My question is: load...
10
by: musosdev | last post by:
I've got a function that needs to work slightly differently on the development server from the production server, but of course I don't want to be changing code just before compiling a release...
5
by: sujeet | last post by:
Dear friends, I'm facing a strange problem... My Application is in Debug mode, and the third party static library i'm using is in release mode. When i compile and try to link my...
2
by: Gilbert Tordeur | last post by:
Hello, It is about a VB2008 intranet application. It uses a SQL Server database. The ConnectionString is defined in the connectionStrings section of the web.config file. This application uses...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
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...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.